Home
last modified time | relevance | path

Searched refs:WLAN_EID_FRAGMENT (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dfils_hlp.c309 wpabuf_put_u8(sta->fils_hlp_resp, WLAN_EID_FRAGMENT); in fils_dhcp_handler()
630 while (end - pos >= 2 && pos[0] == WLAN_EID_FRAGMENT && in fils_process_hlp()
H A Dieee802_11_eht.c656 *pos++ = WLAN_EID_FRAGMENT; in hostapd_eid_eht_basic_ml_common()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c254 if (elem->id != WLAN_EID_FRAGMENT) in ieee802_11_fragments_length()
426 if (id == WLAN_EID_FRAGMENT && elems->num_frag_elems > 0) { in __ieee802_11_parse_elems()
642 case WLAN_EID_FRAGMENT: in __ieee802_11_parse_elems()
3380 while (len > 2 && pos[0] == WLAN_EID_FRAGMENT && pos[1]) { in ieee802_11_defrag()
H A Dwpa_common.c1244 id != WLAN_EID_FRAGMENT) in wpa_ft_parse_ies()
1299 case WLAN_EID_FRAGMENT: in wpa_ft_parse_ies()
4042 wpabuf_put_u8(buf, WLAN_EID_FRAGMENT); in wpa_pasn_add_wrapped_data()
H A Dieee802_11_defs.h481 #define WLAN_EID_FRAGMENT 242 macro
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c6063 wpabuf_put_u8(buf, WLAN_EID_FRAGMENT); in fils_build_assoc_req()
6170 while (end - pos >= 2 && pos[0] == WLAN_EID_FRAGMENT && in fils_process_hlp_container()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c3307 *buf++ = WLAN_EID_FRAGMENT; in wpas_add_fils_hlp_req()