Home
last modified time | relevance | path

Searched refs:RSN_VERSION (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
HDwpa_common.h39 #define RSN_VERSION 1 macro
HDwpa_common.c1240 WPA_GET_LE16(hdr->version) != RSN_VERSION) { in wpa_parse_wpa_ie_rsn()
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
HDtdls.c1089 WPA_PUT_LE16(hdr->version, RSN_VERSION); in wpa_tdls_send_tpk_m1()
1452 WPA_PUT_LE16(hdr->version, RSN_VERSION); in wpa_tdls_send_discovery_response()
2064 if (rsn_ver > RSN_VERSION) in wpa_tdls_process_tpk_m1()
2065 rsn_ver = RSN_VERSION; in wpa_tdls_process_tpk_m1()
HDwpa_ie.c128 WPA_PUT_LE16(hdr->version, RSN_VERSION); in wpa_gen_wpa_ie_rsn()
HDwpa_ft.c189 WPA_PUT_LE16(rsnie->version, RSN_VERSION); in wpa_ft_gen_req_ies()
HDwpa.c2551 RSN_VERSION, in wpa_sm_get_mib()
3979 WPA_PUT_LE16(rsnie->version, RSN_VERSION); in fils_ft_build_assoc_req_rsne()
/freebsd-11-stable/sys/net80211/
HDieee80211.h1118 #define RSN_VERSION 1 /* current supported version */ macro
HDieee80211_hostap.c1382 if (w != RSN_VERSION) { in ieee80211_parse_rsn()
/freebsd-11-stable/contrib/wpa/src/ap/
HDwpa_auth_ie.c102 WPA_PUT_LE16(hdr->version, RSN_VERSION); in wpa_write_rsn_ie()
HDwpa_auth.c4178 RSN_VERSION, in wpa_get_mib()
/freebsd-11-stable/contrib/wpa/src/drivers/
HDdriver_bsd.c660 #undef RSN_VERSION