HomeSort by relevance Sort by last modified time
    Searched full:use_monitor (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 131 unsigned int use_monitor:1; member in struct:wpa_driver_nl80211_data
driver_nl80211_capa.c 877 drv->use_monitor = !info.poll_command_supported || !info.data_tx_status;
879 if (drv->device_ap_sme && drv->use_monitor) {
886 wpa_printf(MSG_DEBUG, "nl80211: Disable use_monitor "
889 drv->use_monitor = 0;
898 if (!drv->use_monitor && !info.data_tx_status)
    [all...]
driver_nl80211.c     [all...]

Completed in 1067 milliseconds