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

  /external/wpa_supplicant_8/src/ap/
ap_config.h 379 int ieee80211d; member in struct:hostapd_config
beacon.c 133 if (!hapd->iconf->ieee80211d || max_len < 6 ||
  /external/wpa_supplicant_8/hostapd/
config_file.c 1130 if (conf->ieee80211d && (!conf->country[0] || !conf->country[1])) {
1299 } else if (os_strcmp(buf, "ieee80211d") == 0) {
1300 conf->ieee80211d = atoi(pos);
    [all...]

Completed in 31 milliseconds