Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dtdls.c1083 u16 rsn_capab; in wpa_tdls_send_tpk_m1() local
1134 rsn_capab = WPA_CAPABILITY_PEERKEY_ENABLED; in wpa_tdls_send_tpk_m1()
1135 rsn_capab |= RSN_NUM_REPLAY_COUNTERS_16 << 2; in wpa_tdls_send_tpk_m1()
1140 rsn_capab = WPA_CAPABILITY_PEERKEY_ENABLED; in wpa_tdls_send_tpk_m1()
1143 WPA_PUT_LE16(pos, rsn_capab); in wpa_tdls_send_tpk_m1()
1458 u16 rsn_capab; in wpa_tdls_send_discovery_response() local
1497 rsn_capab = WPA_CAPABILITY_PEERKEY_ENABLED; in wpa_tdls_send_discovery_response()
1498 rsn_capab |= RSN_NUM_REPLAY_COUNTERS_16 << 2; in wpa_tdls_send_discovery_response()
1499 WPA_PUT_LE16(pos, rsn_capab); in wpa_tdls_send_discovery_response()
1873 u16 rsn_capab; in wpa_tdls_process_tpk_m1()
[all …]
Dwpa_ft.c675 if (sm->mfp == 2 && !(parse.rsn_capab & WPA_CAPABILITY_MFPC)) { in wpa_ft_process_response()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h574 u16 rsn_capab; member
Dwpa_common.c1188 parse->rsn_capab = data.capabilities; in wpa_ft_parse_ies()