Home
last modified time | relevance | path

Searched refs:authmode (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c579 u8 authmode; in rtw_get_wapi_ie() local
597 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() local
634 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()
H A Drtw_mlme.c2034 static void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) in rtw_report_sec_ie() argument
2041 if (authmode == WLAN_EID_VENDOR_SPECIFIC) { in rtw_report_sec_ie()
2069 u8 authmode = 0x0; in rtw_restruct_sec_ie() local
2081 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()