Home
last modified time | relevance | path

Searched refs:bssid_info (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dneighbor_db.c171 u32 bssid_info; in hostapd_neighbor_set_own_report() local
178 bssid_info = 3; /* AP is reachable */ in hostapd_neighbor_set_own_report()
179 bssid_info |= NEI_REP_BSSID_INFO_SECURITY; /* "same as the AP" */ in hostapd_neighbor_set_own_report()
180 bssid_info |= NEI_REP_BSSID_INFO_KEY_SCOPE; /* "same as the AP" */ in hostapd_neighbor_set_own_report()
183 bssid_info |= NEI_REP_BSSID_INFO_SPECTRUM_MGMT; in hostapd_neighbor_set_own_report()
185 bssid_info |= NEI_REP_BSSID_INFO_RM; /* RRM is supported */ in hostapd_neighbor_set_own_report()
188 bssid_info |= NEI_REP_BSSID_INFO_QOS; in hostapd_neighbor_set_own_report()
192 bssid_info |= NEI_REP_BSSID_INFO_APSD; in hostapd_neighbor_set_own_report()
196 bssid_info |= NEI_REP_BSSID_INFO_HT | in hostapd_neighbor_set_own_report()
201 bssid_info |= NEI_REP_BSSID_INFO_VHT; in hostapd_neighbor_set_own_report()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.h26 u32 bssid_info; member
Dwnm_sta.c556 rep->bssid_info = WPA_GET_LE32(pos + ETH_ALEN); in wnm_parse_neighbor_report()
1212 i, MAC2STR(nei->bssid), nei->bssid_info, in wnm_dump_cand_list()