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

  /hardware/ti/wlan/mac80211/config/
hostapd.conf 29 ieee80211d=1
  /external/wpa_supplicant_8/src/ap/
ap_config.h 408 int ieee80211d; member in struct:hostapd_config
beacon.c 123 if (!hapd->iconf->ieee80211d || max_len < 6 ||
  /external/wpa_supplicant_8/hostapd/
config_file.c 1132 if (conf->ieee80211d && (!conf->country[0] || !conf->country[1])) {
1337 } else if (os_strcmp(buf, "ieee80211d") == 0) {
1338 conf->ieee80211d = atoi(pos);
    [all...]

Completed in 1511 milliseconds