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

  /external/wpa_supplicant_8/hostapd/
hostapd.conf 102 hw_mode=a
145 # hw_mode (i.e., this line can be removed from configuration file in most
    [all...]
config_file.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 70 conf->hw_mode = HOSTAPD_MODE_IEEE80211G;
73 conf->hw_mode = HOSTAPD_MODE_IEEE80211G;
77 conf->hw_mode = HOSTAPD_MODE_IEEE80211A;
99 if (modes[i].mode == conf->hw_mode) {
112 if (conf->hw_mode == HOSTAPD_MODE_IEEE80211G) {
mlme.c 64 int hw_mode; member in struct:ieee80211_sta_bss
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 352 enum hostapd_hw_mode hw_mode; /* HOSTAPD_MODE_IEEE80211A, .. */ member in struct:hostapd_config
hw_features.c 621 if (mode->mode == iface->conf->hw_mode) {
633 "(%d)", (int) iface->conf->hw_mode);
683 "(hw_mode/channel in hostapd.conf)");
hostapd.c 701 wpa_printf(MSG_ERROR, "Could not select hw_mode and "
735 hostapd_hw_mode_txt(hapd->iconf->hw_mode),
738 if (hostapd_set_freq(hapd, hapd->iconf->hw_mode, iface->freq,
wps_hostapd.c 765 wps->dev.rf_bands = hapd->iconf->hw_mode == HOSTAPD_MODE_IEEE80211A ?
    [all...]
ieee802_1x.c 400 switch (hapd->iface->conf->hw_mode) {
    [all...]
  /external/wpa_supplicant/
mlme.c 281 int hw_mode; member in struct:ieee80211_sta_bss
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 63 int hw_mode; member in struct:ieee80211_sta_bss
    [all...]

Completed in 512 milliseconds