Searched defs:poll_command_supported (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c301 unsigned int poll_command_supported:1; member in struct:wpa_driver_nl80211_data
3520 unsigned int poll_command_supported:1; member in struct:wiphy_info_data
3688 info->poll_command_supported = 1;
4105 drv->poll_command_supported = info.poll_command_supported;
4115 drv->use_monitor = !info.poll_command_supported || !info.data_tx_status;
11566 if (!drv->poll_command_supported) {
12162 drv->poll_command_supported ?
12163 "poll_command_supported=1\n" : "",
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c301 unsigned int poll_command_supported:1; member in struct:wpa_driver_nl80211_data
3520 unsigned int poll_command_supported:1; member in struct:wiphy_info_data
3688 info->poll_command_supported = 1;
4105 drv->poll_command_supported = info.poll_command_supported;
4115 drv->use_monitor = !info.poll_command_supported || !info.data_tx_status;
11566 if (!drv->poll_command_supported) {
12162 drv->poll_command_supported ?
12163 "poll_command_supported=1\n" : "",
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c301 unsigned int poll_command_supported:1; member in struct:wpa_driver_nl80211_data
3520 unsigned int poll_command_supported:1; member in struct:wiphy_info_data
3688 info->poll_command_supported = 1;
4105 drv->poll_command_supported = info.poll_command_supported;
4115 drv->use_monitor = !info.poll_command_supported || !info.data_tx_status;
11566 if (!drv->poll_command_supported) {
12162 drv->poll_command_supported ?
12163 "poll_command_supported=1\n" : "",

Completed in 167 milliseconds