Added the ability to manage timeouts inside the wireless module

This commit is contained in:
vemax78
2014-03-16 21:36:01 +01:00
parent 738a5d9c93
commit 684a829158
4 changed files with 10 additions and 0 deletions

View File

@ -99,6 +99,8 @@ struct wlan_startap_params {
send_mgmtframe_to_ac send_mgmtframe;
void* send_mgmtframe_to_ac_cbparam;
struct capwap_timeout* timeout;
const char* ssid;
uint8_t ssid_hidden;
uint16_t capability;