Home
last modified time | relevance | path

Searched refs:mb_ies (Results 1 - 16 of 16) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.c470 if (elems->mb_ies.nof_ies >= MAX_NOF_MB_IES_SUPPORTED) { in ieee802_11_parse_elems()
477 elems->mb_ies.ies[elems->mb_ies.nof_ies].ie = pos; in ieee802_11_parse_elems()
478 elems->mb_ies.ies[elems->mb_ies.nof_ies].ie_len = elen; in ieee802_11_parse_elems()
479 elems->mb_ies.nof_ies++; in ieee802_11_parse_elems()
1533 struct wpabuf *mb_ies = NULL; in mb_ies_by_info() local
1544 mb_ies = wpabuf_alloc(mb_ies_size); in mb_ies_by_info()
1545 if (mb_ies) { in mb_ies_by_info()
1547 wpabuf_put_u8(mb_ies, WLAN_EID_MULTI_BAN in mb_ies_by_info()
[all...]
H A Dieee802_11_common.h149 struct mb_ies_info mb_ies; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.c660 if (elems->mb_ies.nof_ies >= MAX_NOF_MB_IES_SUPPORTED) { in ieee802_11_parse_elems()
667 elems->mb_ies.ies[elems->mb_ies.nof_ies].ie = pos; in ieee802_11_parse_elems()
668 elems->mb_ies.ies[elems->mb_ies.nof_ies].ie_len = elen; in ieee802_11_parse_elems()
669 elems->mb_ies.nof_ies++; in ieee802_11_parse_elems()
1989 struct wpabuf *mb_ies = NULL; in mb_ies_by_info() local
2000 mb_ies = wpabuf_alloc(mb_ies_size); in mb_ies_by_info()
2001 if (mb_ies) { in mb_ies_by_info()
2003 wpabuf_put_u8(mb_ies, WLAN_EID_MULTI_BAN in mb_ies_by_info()
[all...]
H A Dieee802_11_common.h215 struct mb_ies_info mb_ies; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h243 struct wpabuf *mb_ies; /* MB IEs from (Re)Association Request */ member
H A Ddrv_callbacks.c300 wpabuf_free(sta->mb_ies); in hostapd_notif_assoc()
302 sta->mb_ies = mb_ies_by_info(&elems.mb_ies); in hostapd_notif_assoc()
304 sta->mb_ies = NULL; in hostapd_notif_assoc()
H A Dhostapd.c1824 return sta ? sta->mb_ies : NULL; in fst_hostapd_get_mb_ie_cb()
1838 wpabuf_free(sta->mb_ies); in fst_hostapd_update_mb_ie_cb()
1839 sta->mb_ies = mb_ies_by_info(&info); in fst_hostapd_update_mb_ie_cb()
1851 for (; s && !s->mb_ies; s = s->next) in fst_hostapd_get_sta()
H A Dieee802_11.c4842 wpabuf_free(sta->mb_ies); in check_assoc_ies()
4844 sta->mb_ies = mb_ies_by_info(&elems.mb_ies); in check_assoc_ies()
4846 sta->mb_ies = NULL; in check_assoc_ies()
H A Dsta_info.c365 wpabuf_free(sta->mb_ies); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.h202 struct wpabuf *mb_ies; /* MB IEs from (Re)Association Request */ member
H A Ddrv_callbacks.c264 wpabuf_free(sta->mb_ies); in hostapd_notif_assoc()
266 sta->mb_ies = mb_ies_by_info(&elems.mb_ies); in hostapd_notif_assoc()
268 sta->mb_ies = NULL; in hostapd_notif_assoc()
H A Dhostapd.c1675 return sta ? sta->mb_ies : NULL; in fst_hostapd_get_mb_ie_cb()
1689 wpabuf_free(sta->mb_ies); in fst_hostapd_update_mb_ie_cb()
1690 sta->mb_ies = mb_ies_by_info(&info); in fst_hostapd_update_mb_ie_cb()
1702 for (; s && !s->mb_ies; s = s->next) in fst_hostapd_get_sta()
H A Dieee802_11.c3266 wpabuf_free(sta->mb_ies); in check_assoc_ies()
3268 sta->mb_ies = mb_ies_by_info(&elems.mb_ies); in check_assoc_ies()
3270 sta->mb_ies = NULL; in check_assoc_ies()
H A Dsta_info.c327 wpabuf_free(sta->mb_ies); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Devents.c2346 struct mb_ies_info mb_ies; in wpas_fst_update_mbie() local
2351 os_memset(&mb_ies, 0, sizeof(mb_ies)); in wpas_fst_update_mbie()
2353 while (ie_len >= 2 && mb_ies.nof_ies < MAX_NOF_MB_IES_SUPPORTED) { in wpas_fst_update_mbie()
2366 mb_ies.ies[mb_ies.nof_ies].ie = ie + 2; in wpas_fst_update_mbie()
2367 mb_ies.ies[mb_ies.nof_ies].ie_len = len - 2; in wpas_fst_update_mbie()
2368 mb_ies.nof_ies++; in wpas_fst_update_mbie()
2375 if (mb_ies in wpas_fst_update_mbie()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c2925 struct mb_ies_info mb_ies; in wpas_fst_update_mbie() local
2930 os_memset(&mb_ies, 0, sizeof(mb_ies)); in wpas_fst_update_mbie()
2932 while (ie_len >= 2 && mb_ies.nof_ies < MAX_NOF_MB_IES_SUPPORTED) { in wpas_fst_update_mbie()
2945 mb_ies.ies[mb_ies.nof_ies].ie = ie + 2; in wpas_fst_update_mbie()
2946 mb_ies.ies[mb_ies.nof_ies].ie_len = len - 2; in wpas_fst_update_mbie()
2947 mb_ies.nof_ies++; in wpas_fst_update_mbie()
2954 if (mb_ies in wpas_fst_update_mbie()
[all...]

Completed in 45 milliseconds