Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/rsn_supp/
H A Dtdls.c1105 u16 rsn_capab; in wpa_tdls_send_tpk_m1() local
1156 rsn_capab = WPA_CAPABILITY_PEERKEY_ENABLED; in wpa_tdls_send_tpk_m1()
1157 rsn_capab |= RSN_NUM_REPLAY_COUNTERS_16 << 2; in wpa_tdls_send_tpk_m1()
1162 rsn_capab = WPA_CAPABILITY_PEERKEY_ENABLED; in wpa_tdls_send_tpk_m1()
1165 WPA_PUT_LE16(pos, rsn_capab); in wpa_tdls_send_tpk_m1()
1481 u16 rsn_capab; in wpa_tdls_send_discovery_response() local
1520 rsn_capab = WPA_CAPABILITY_PEERKEY_ENABLED; in wpa_tdls_send_discovery_response()
1521 rsn_capab |= RSN_NUM_REPLAY_COUNTERS_16 << 2; in wpa_tdls_send_discovery_response()
1522 WPA_PUT_LE16(pos, rsn_capab); in wpa_tdls_send_discovery_response()
1957 u16 rsn_capab; in wpa_tdls_process_tpk_m1()
[all …]
H A Dwpa_ft.c682 if (sm->mfp == 2 && !(parse.rsn_capab & WPA_CAPABILITY_MFPC)) { in wpa_ft_process_response()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h583 u16 rsn_capab; member
H A Dwpa_common.c1260 parse->rsn_capab = data.capabilities; in wpa_ft_parse_ies()