Searched refs:authmode (Results 1 – 3 of 3) sorted by relevance
572 u8 authmode; in rtw_get_wapi_ie() local586 authmode = in_ie[cnt]; in rtw_get_wapi_ie()588 if (authmode == WLAN_EID_BSS_AC_ACCESS_DELAY && in rtw_get_wapi_ie()610 u8 authmode; in rtw_get_sec_ie() local619 authmode = in_ie[cnt]; in rtw_get_sec_ie()621 if ((authmode == WLAN_EID_VENDOR_SPECIFIC) && in rtw_get_sec_ie()627 } else if (authmode == WLAN_EID_RSN) { in rtw_get_sec_ie()
2031 static void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) in rtw_report_sec_ie() argument2038 if (authmode == WLAN_EID_VENDOR_SPECIFIC) { in rtw_report_sec_ie()2066 u8 authmode = 0x0; in rtw_restruct_sec_ie() local2078 authmode = WLAN_EID_VENDOR_SPECIFIC; in rtw_restruct_sec_ie()2080 authmode = WLAN_EID_RSN; in rtw_restruct_sec_ie()2086 } else if ((authmode == WLAN_EID_VENDOR_SPECIFIC) || (authmode == WLAN_EID_RSN)) { in rtw_restruct_sec_ie()2090 rtw_report_sec_ie(adapter, authmode, psecuritypriv->supplicant_ie); in rtw_restruct_sec_ie()2097 if (authmode == WLAN_EID_RSN) in rtw_restruct_sec_ie()
13 …802_11_authentication_mode(struct adapter *pdapter, enum ndis_802_11_authentication_mode authmode);