Searched refs:wpa_suite_auth_key_mgmt_t (Results 1 – 2 of 2) sorted by relevance
2076 wpa_suite_auth_key_mgmt_t *key_mgmt = NULL; in wifi_check_rsn_ie()2117 if (left < (int)sizeof(wpa_suite_auth_key_mgmt_t)) in wifi_check_rsn_ie()2119 …key_mgmt = (wpa_suite_auth_key_mgmt_t *)((u8 *)rsn_ie + sizeof(IEEEtypes_Rsn_t) + (count - 1) * si… in wifi_check_rsn_ie()2121 if (left < (int)(sizeof(wpa_suite_auth_key_mgmt_t) + (count - 1) * sizeof(wpa_suite))) in wifi_check_rsn_ie()2176 wpa_suite_auth_key_mgmt_t *key_mgmt = NULL; in wifi_check_wpa_ie()2209 if (left < (int)sizeof(wpa_suite_auth_key_mgmt_t)) in wifi_check_wpa_ie()2211 …key_mgmt = (wpa_suite_auth_key_mgmt_t *)((u8 *)wpa_ie + sizeof(IEEEtypes_Wpa_t) + (count - 1) * si… in wifi_check_wpa_ie()2213 if (left < (int)(sizeof(wpa_suite_auth_key_mgmt_t) + (count - 1) * sizeof(wpa_suite))) in wifi_check_wpa_ie()
679 } MLAN_PACK_END wpa_suite_ucast_t, wpa_suite_auth_key_mgmt_t; typedef