Searched refs:authmode (Results 1 – 2 of 2) sorted by relevance
579 u8 authmode; in rtw_get_wapi_ie() local597 authmode = in_ie[cnt]; in rtw_get_wapi_ie()599 if (authmode == WLAN_EID_BSS_AC_ACCESS_DELAY && in rtw_get_wapi_ie()621 u8 authmode; in rtw_get_sec_ie() local634 authmode = in_ie[cnt]; in rtw_get_sec_ie()636 if ((authmode == WLAN_EID_VENDOR_SPECIFIC) && in rtw_get_sec_ie()643 } else if (authmode == WLAN_EID_RSN) { in rtw_get_sec_ie()
2034 static void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) in rtw_report_sec_ie() argument2041 if (authmode == WLAN_EID_VENDOR_SPECIFIC) { in rtw_report_sec_ie()2069 u8 authmode = 0x0; in rtw_restruct_sec_ie() local2081 authmode = WLAN_EID_VENDOR_SPECIFIC; in rtw_restruct_sec_ie()2083 authmode = WLAN_EID_RSN; in rtw_restruct_sec_ie()2089 } else if ((authmode == WLAN_EID_VENDOR_SPECIFIC) || (authmode == WLAN_EID_RSN)) { in rtw_restruct_sec_ie()2093 rtw_report_sec_ie(adapter, authmode, psecuritypriv->supplicant_ie); in rtw_restruct_sec_ie()2100 if (authmode == WLAN_EID_RSN) in rtw_restruct_sec_ie()