Lines Matching refs:WiFiConfigCommand
43 WiFiConfigCommand *wifiConfigCommand; in wifi_extended_dtim_config_set()
51 wifiConfigCommand = new WiFiConfigCommand( in wifi_extended_dtim_config_set()
112 WiFiConfigCommand *wifiConfigCommand; in wifi_set_country_code()
125 wifiConfigCommand = new WiFiConfigCommand( in wifi_set_country_code()
167 WiFiConfigCommand *wifiConfigCommand; in wifi_set_beacon_wifi_iface_stats_averaging_factor()
174 wifiConfigCommand = new WiFiConfigCommand( in wifi_set_beacon_wifi_iface_stats_averaging_factor()
235 WiFiConfigCommand *wifiConfigCommand; in wifi_set_guard_time()
243 wifiConfigCommand = new WiFiConfigCommand( in wifi_set_guard_time()
295 WiFiConfigCommand::WiFiConfigCommand(wifi_handle handle, in WiFiConfigCommand() function in WiFiConfigCommand
305 WiFiConfigCommand::~WiFiConfigCommand() in ~WiFiConfigCommand()
311 int WiFiConfigCommand::create() { in create()
330 int WiFiConfigCommand::create_generic(u8 cmdId) { in create_generic()
335 void WiFiConfigCommand::waitForRsp(bool wait) in waitForRsp()
381 int WiFiConfigCommand::requestEvent() in requestEvent()