Searched refs:mic_control (Results 1 – 4 of 4) sorted by relevance
222 u8 mic_control; in wpa_ft_gen_req_ies() local355 mic_control = rsnxe_used ? FTE_MIC_CTRL_RSNXE_USED : 0; in wpa_ft_gen_req_ies()361 mic_control |= FTE_MIC_LEN_32 << FTE_MIC_CTRL_MIC_LEN_SHIFT; in wpa_ft_gen_req_ies()362 ftie->mic_control[0] = mic_control; in wpa_ft_gen_req_ies()364 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies()375 mic_control |= FTE_MIC_LEN_24 << FTE_MIC_CTRL_MIC_LEN_SHIFT; in wpa_ft_gen_req_ies()376 ftie->mic_control[0] = mic_control; in wpa_ft_gen_req_ies()378 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies()387 mic_control |= FTE_MIC_LEN_16 << FTE_MIC_CTRL_MIC_LEN_SHIFT; in wpa_ft_gen_req_ies()388 ftie->mic_control[0] = mic_control; in wpa_ft_gen_req_ies()[all …]
407 u8 mic_control[2]; member415 u8 mic_control[2]; member423 u8 mic_control[2]; member
820 u16 mic_control = rsnxe_used ? FTE_MIC_CTRL_RSNXE_USED : 0; in wpa_write_ftie() local849 mic_control |= FTE_MIC_LEN_32 << FTE_MIC_CTRL_MIC_LEN_SHIFT; in wpa_write_ftie()850 WPA_PUT_LE16(hdr->mic_control, mic_control); in wpa_write_ftie()862 mic_control |= FTE_MIC_LEN_24 << FTE_MIC_CTRL_MIC_LEN_SHIFT; in wpa_write_ftie()863 WPA_PUT_LE16(hdr->mic_control, mic_control); in wpa_write_ftie()873 mic_control |= FTE_MIC_LEN_16 << FTE_MIC_CTRL_MIC_LEN_SHIFT; in wpa_write_ftie()874 WPA_PUT_LE16(hdr->mic_control, mic_control); in wpa_write_ftie()2789 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies()2797 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies()2802 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies()
1634 fte_elem_count = fte->mic_control[1]; in rx_mgmt_reassoc_req()1647 fte_elem_count = fte->mic_control[1]; in rx_mgmt_reassoc_req()2251 fte_elem_count = fte->mic_control[1]; in rx_mgmt_reassoc_resp()2264 fte_elem_count = fte->mic_control[1]; in rx_mgmt_reassoc_resp()