Searched refs:authmode (Results 1 – 7 of 7) sorted by relevance
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_ieee80211.c | 567 u8 authmode; in rtw_get_wapi_ie() local 581 authmode = in_ie[cnt]; in rtw_get_wapi_ie() 584 if (authmode == WLAN_EID_BSS_AC_ACCESS_DELAY && (!memcmp(&in_ie[cnt+6], wapi_oui1, 4) || in rtw_get_wapi_ie() 607 u8 authmode; in rtw_get_sec_ie() local 616 authmode = in_ie[cnt]; in rtw_get_sec_ie() 618 if ((authmode == WLAN_EID_VENDOR_SPECIFIC) && (!memcmp(&in_ie[cnt+2], &wpa_oui[0], 4))) { in rtw_get_sec_ie() 625 if (authmode == WLAN_EID_RSN) { in rtw_get_sec_ie()
|
| A D | rtw_ioctl_set.c | 402 …802_11_authentication_mode(struct adapter *padapter, enum ndis_802_11_authentication_mode authmode) in rtw_set_802_11_authentication_mode() argument 408 psecuritypriv->ndisauthtype = authmode; in rtw_set_802_11_authentication_mode()
|
| A D | rtw_mlme.c | 1995 u8 authmode = 0x0; in rtw_restruct_sec_ie() local 2007 authmode = WLAN_EID_VENDOR_SPECIFIC; in rtw_restruct_sec_ie() 2009 authmode = WLAN_EID_RSN; in rtw_restruct_sec_ie() 2015 } else if ((authmode == WLAN_EID_VENDOR_SPECIFIC) || (authmode == WLAN_EID_RSN)) { in rtw_restruct_sec_ie() 2019 rtw_report_sec_ie(adapter, authmode, psecuritypriv->supplicant_ie); in rtw_restruct_sec_ie() 2026 if (authmode == WLAN_EID_RSN) in rtw_restruct_sec_ie()
|
| /drivers/staging/rtl8723bs/os_dep/ |
| A D | mlme_linux.c | 133 void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) in rtw_report_sec_ie() argument 140 if (authmode == WLAN_EID_VENDOR_SPECIFIC) { in rtw_report_sec_ie()
|
| A D | ioctl_cfg80211.c | 1629 enum ndis_802_11_authentication_mode authmode; in cfg80211_rtw_connect() local 1760 authmode = psecuritypriv->ndisauthtype; in cfg80211_rtw_connect() 1761 rtw_set_802_11_authentication_mode(padapter, authmode); in cfg80211_rtw_connect()
|
| /drivers/staging/rtl8723bs/include/ |
| A D | mlme_osdep.h | 15 extern void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie);
|
| A D | rtw_ioctl_set.h | 13 …802_11_authentication_mode(struct adapter *pdapter, enum ndis_802_11_authentication_mode authmode);
|
Completed in 19 milliseconds