HomeSort by relevance Sort by last modified time
    Searched defs:hw_mode (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 1082 struct hostapd_hw_modes *hw_mode = NULL; local
1104 hw_mode = &wpa_s->hw.modes[i];
1105 if (hw_mode->mode == HOSTAPD_MODE_IEEE80211G)
1110 if (i == wpa_s->hw.num_modes || !hw_mode ||
1111 !(hw_mode->ht_capab & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET))
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 482 enum hostapd_hw_mode hw_mode; /* HOSTAPD_MODE_IEEE80211A, .. */ member in struct:hostapd_config

Completed in 113 milliseconds