HomeSort by: relevance | last modified time | path
    Searched refs:coloc_intf_reporting (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 1689 * coloc_intf_reporting - Colocated interference reporting
1695 int coloc_intf_reporting; member in struct:wpa_config
config_file.c 1598 if (config->coloc_intf_reporting)
1599 fprintf(f, "coloc_intf_reporting=%d\n",
1600 config->coloc_intf_reporting);
wnm_sta.c 1908 if (!wpa_s->conf->coloc_intf_reporting)
2030 if (wpa_s->conf->coloc_intf_reporting && elems &&
config.c 5576 { INT_RANGE(coloc_intf_reporting, 0, 1), 0 },
wpa_supplicant.c 2230 if (wpa_s->conf->coloc_intf_reporting) {
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 799 int coloc_intf_reporting; member in struct:hostapd_bss_config
ieee802_11_shared.c 380 if (hapd->conf->coloc_intf_reporting) {
wnm_ap.c 636 if (!hapd->conf->coloc_intf_reporting) {
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 4826 } else if (os_strcmp(buf, "coloc_intf_reporting") == 0) {
4827 bss->coloc_intf_reporting = atoi(pos);

Completed in 45 milliseconds