Lines Matching refs:rsn_capab
1105 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()
2257 rsn_capab = WPA_CAPABILITY_PEERKEY_ENABLED; in wpa_tdls_process_tpk_m1()
2258 rsn_capab |= RSN_NUM_REPLAY_COUNTERS_16 << 2; in wpa_tdls_process_tpk_m1()
2259 WPA_PUT_LE16(pos, rsn_capab); in wpa_tdls_process_tpk_m1()