Lines Matching refs:WiFiConfigCommand

44     WiFiConfigCommand *wifiConfigCommand;  in wifi_extended_dtim_config_set()
51 wifiConfigCommand = new WiFiConfigCommand( in wifi_extended_dtim_config_set()
122 WiFiConfigCommand *wifiConfigCommand; in wifi_set_country_code()
133 wifiConfigCommand = new WiFiConfigCommand( in wifi_set_country_code()
188 WiFiConfigCommand *wifiConfigCommand; in wifi_set_beacon_wifi_iface_stats_averaging_factor()
194 wifiConfigCommand = new WiFiConfigCommand( in wifi_set_beacon_wifi_iface_stats_averaging_factor()
255 WiFiConfigCommand *wifiConfigCommand; in wifi_set_guard_time()
262 wifiConfigCommand = new WiFiConfigCommand( in wifi_set_guard_time()
318 WiFiConfigCommand *wifiConfigCommand; in wifi_select_tx_power_scenario()
326 wifiConfigCommand = new WiFiConfigCommand( in wifi_select_tx_power_scenario()
405 WiFiConfigCommand *wifiConfigCommand; in wifi_reset_tx_power_scenario()
410 wifiConfigCommand = new WiFiConfigCommand( in wifi_reset_tx_power_scenario()
463 WiFiConfigCommand *wifiConfigCommand; in wifi_set_latency_mode()
479 wifiConfigCommand = new WiFiConfigCommand( in wifi_set_latency_mode()
549 WiFiConfigCommand::WiFiConfigCommand(wifi_handle handle, in WiFiConfigCommand() function in WiFiConfigCommand
559 WiFiConfigCommand::~WiFiConfigCommand() in ~WiFiConfigCommand()
565 wifi_error WiFiConfigCommand::create() in create()
582 wifi_error WiFiConfigCommand::create_generic(u8 cmdId) in create_generic()
588 void WiFiConfigCommand::waitForRsp(bool wait) in waitForRsp()
634 wifi_error WiFiConfigCommand::requestEvent() in requestEvent()