Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/core/
Drtw_mlme.c2012 uint ndisauthmode = psecuritypriv->ndisauthtype; in rtw_restruct_sec_ie23a() local
2017 "ndissecuritytype=%d\n", ndisauthmode, ndissecuritytype)); in rtw_restruct_sec_ie23a()
2020 if (ndisauthmode == Ndis802_11AuthModeWPA || in rtw_restruct_sec_ie23a()
2021 ndisauthmode == Ndis802_11AuthModeWPAPSK) in rtw_restruct_sec_ie23a()
2023 if (ndisauthmode == Ndis802_11AuthModeWPA2 || in rtw_restruct_sec_ie23a()
2024 ndisauthmode == Ndis802_11AuthModeWPA2PSK) in rtw_restruct_sec_ie23a()
/drivers/staging/rtl8712/
Drtl871x_mlme.c1382 uint ndisauthmode = psecuritypriv->ndisauthtype; in r8712_restruct_sec_ie() local
1385 if ((ndisauthmode == Ndis802_11AuthModeWPA) || in r8712_restruct_sec_ie()
1386 (ndisauthmode == Ndis802_11AuthModeWPAPSK)) { in r8712_restruct_sec_ie()
1392 if ((ndisauthmode == Ndis802_11AuthModeWPA2) || in r8712_restruct_sec_ie()
1393 (ndisauthmode == Ndis802_11AuthModeWPA2PSK)) { in r8712_restruct_sec_ie()
/drivers/staging/rtl8188eu/core/
Drtw_mlme.c1790 uint ndisauthmode = psecuritypriv->ndisauthtype; in rtw_restruct_sec_ie() local
1795 ndisauthmode, ndissecuritytype)); in rtw_restruct_sec_ie()
1800 if ((ndisauthmode == Ndis802_11AuthModeWPA) || in rtw_restruct_sec_ie()
1801 (ndisauthmode == Ndis802_11AuthModeWPAPSK)) in rtw_restruct_sec_ie()
1803 if ((ndisauthmode == Ndis802_11AuthModeWPA2) || in rtw_restruct_sec_ie()
1804 (ndisauthmode == Ndis802_11AuthModeWPA2PSK)) in rtw_restruct_sec_ie()