Searched refs:known_bss (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.h | 220 u8 *elem_count, const u8 *known_bss, 225 const u8 *known_bss, size_t known_bss_len, u8 *rnr_eid,
|
D | ieee802_11.c | 6812 static bool mbssid_known_bss(unsigned int i, const u8 *known_bss, in mbssid_known_bss() argument 6815 if (!known_bss || known_bss_len <= i / 8) in mbssid_known_bss() 6817 known_bss = &known_bss[i / 8]; in mbssid_known_bss() 6818 return *known_bss & (u8) (BIT(i % 8)); in mbssid_known_bss() 6824 const u8 *known_bss, in hostapd_eid_mbssid_elem_len() argument 6837 mbssid_known_bss(i, known_bss, known_bss_len)) in hostapd_eid_mbssid_elem_len() 6886 u8 *elem_count, const u8 *known_bss, in hostapd_eid_mbssid_len() argument 6909 &bss_index, known_bss, in hostapd_eid_mbssid_len() 6936 const u8 *known_bss, size_t known_bss_len) in hostapd_eid_mbssid_elem() argument 6956 mbssid_known_bss(i, known_bss, known_bss_len)) in hostapd_eid_mbssid_elem() [all …]
|
D | beacon.c | 555 const u8 *known_bss, u8 known_bss_len) in hostapd_gen_probe_resp() argument 612 known_bss, known_bss_len, NULL); in hostapd_gen_probe_resp() 680 NULL, known_bss, known_bss_len, NULL, NULL, in hostapd_gen_probe_resp()
|