Lines Matching refs:mic_control
222 u8 mic_control; in wpa_ft_gen_req_ies() local
355 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()
390 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies()