Searched refs:authmode (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_ieee80211.c | 566 u8 authmode; in rtw_get_wapi_ie() local 580 authmode = in_ie[cnt]; in rtw_get_wapi_ie() 583 if (authmode == WLAN_EID_BSS_AC_ACCESS_DELAY && (!memcmp(&in_ie[cnt+6], wapi_oui1, 4) || in rtw_get_wapi_ie() 605 u8 authmode; in rtw_get_sec_ie() local 614 authmode = in_ie[cnt]; in rtw_get_sec_ie() 616 if ((authmode == WLAN_EID_VENDOR_SPECIFIC) && (!memcmp(&in_ie[cnt+2], &wpa_oui[0], 4))) { in rtw_get_sec_ie() 623 if (authmode == WLAN_EID_RSN) { in rtw_get_sec_ie()
|
| H 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()
|
| H A D | rtw_mlme.c | 2068 static void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie) in rtw_report_sec_ie() argument 2075 if (authmode == WLAN_EID_VENDOR_SPECIFIC) { in rtw_report_sec_ie() 2104 u8 authmode = 0x0; in rtw_restruct_sec_ie() local 2116 authmode = WLAN_EID_VENDOR_SPECIFIC; in rtw_restruct_sec_ie() 2118 authmode = WLAN_EID_RSN; in rtw_restruct_sec_ie() 2124 } else if ((authmode == WLAN_EID_VENDOR_SPECIFIC) || (authmode == WLAN_EID_RSN)) { in rtw_restruct_sec_ie() 2128 rtw_report_sec_ie(adapter, authmode, psecuritypriv->supplicant_ie); in rtw_restruct_sec_ie() 2135 if (authmode == WLAN_EID_RSN) in rtw_restruct_sec_ie()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_ioctl_set.h | 13 …802_11_authentication_mode(struct adapter *pdapter, enum ndis_802_11_authentication_mode authmode);
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | ioctl_cfg80211.c | 1629 enum ndis_802_11_authentication_mode authmode; in cfg80211_rtw_connect() local 1761 authmode = psecuritypriv->ndisauthtype; in cfg80211_rtw_connect() 1762 rtw_set_802_11_authentication_mode(padapter, authmode); in cfg80211_rtw_connect()
|