Home
last modified time | relevance | path

Searched refs:ap_info (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc()
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap()
55 struct ap_info *s; in ap_get_ap()
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_add()
76 static void ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_del()
90 static void ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_add()
97 static void ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_hash_del()
99 struct ap_info *s; in ap_ap_hash_del()
119 static void ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) in ap_free_ap()
131 struct ap_info *ap, *prev; in hostapd_free_aps()
[all …]
H A Dap_list.h14 struct ap_info { struct
18 struct ap_info *next; /* next entry in AP list */ argument
19 struct ap_info *prev; /* previous entry in AP list */ argument
20 struct ap_info *hnext; /* next entry in hash table list */ argument
H A Dhostapd.h577 struct ap_info *ap_list; /* AP info list head */
578 struct ap_info *ap_hash[STA_HASH_SIZE];
/freebsd/contrib/wpa/wpa_supplicant/
H A Dbss.c1515 const struct ieee80211_neighbor_ap_info *ap_info, in wpa_bss_parse_ml_rnr_ap_info() argument
1524 count = RNR_TBTT_INFO_COUNT_VAL(ap_info->tbtt_info_hdr) + 1; in wpa_bss_parse_ml_rnr_ap_info()
1525 type = ap_info->tbtt_info_hdr & RNR_TBTT_INFO_HDR_TYPE_MSK; in wpa_bss_parse_ml_rnr_ap_info()
1528 if (type == 0 && ap_info->tbtt_info_len >= RNR_TBTT_INFO_MLD_LEN) { in wpa_bss_parse_ml_rnr_ap_info()
1536 pos = (const u8 *) ap_info; in wpa_bss_parse_ml_rnr_ap_info()
1538 pos += sizeof(*ap_info); in wpa_bss_parse_ml_rnr_ap_info()
1543 if (end - pos < ap_info->tbtt_info_len) in wpa_bss_parse_ml_rnr_ap_info()
1590 pos += ap_info->tbtt_info_len; in wpa_bss_parse_ml_rnr_ap_info()
1744 const struct ieee80211_neighbor_ap_info *ap_info; in wpa_bss_parse_basic_ml_element() local
1749 while (sizeof(*ap_info) <= len) { in wpa_bss_parse_basic_ml_element()
[all …]