Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c572 u8 authmode; in rtw_get_wapi_ie() local
586 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() local
619 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()
H A Drtw_mlme.c2031 static void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) in rtw_report_sec_ie() argument
2038 if (authmode == WLAN_EID_VENDOR_SPECIFIC) { in rtw_report_sec_ie()
2066 u8 authmode = 0x0; in rtw_restruct_sec_ie() local
2078 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()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_ioctl_set.h13 …802_11_authentication_mode(struct adapter *pdapter, enum ndis_802_11_authentication_mode authmode);