Searched refs:rsnx_ielen (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 3947 int rsnx_ielen = 0; in rtw_cfg80211_set_wpa_ie() local 4000 prsnx = rtw_get_ie(buf, WLAN_EID_RSNX, &rsnx_ielen, ielen); in rtw_cfg80211_set_wpa_ie() 4001 if (prsnx && (rsnx_ielen > 0)) { in rtw_cfg80211_set_wpa_ie() 4002 if ((rsnx_ielen + 2) <= MAX_RSNX_IE_LEN) { in rtw_cfg80211_set_wpa_ie() 4006 (rsnx_ielen + 2); in rtw_cfg80211_set_wpa_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 3962 int rsnx_ielen = 0; in rtw_cfg80211_set_wpa_ie() local 4015 prsnx = rtw_get_ie(buf, WLAN_EID_RSNX, &rsnx_ielen, ielen); in rtw_cfg80211_set_wpa_ie() 4016 if (prsnx && (rsnx_ielen > 0)) { in rtw_cfg80211_set_wpa_ie() 4017 if ((rsnx_ielen + 2) <= MAX_RSNX_IE_LEN) { in rtw_cfg80211_set_wpa_ie() 4021 (rsnx_ielen + 2); in rtw_cfg80211_set_wpa_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 3790 int rsnx_ielen = 0; in rtw_cfg80211_set_wpa_ie() local 3843 prsnx = rtw_get_ie(buf, WLAN_EID_RSNX, &rsnx_ielen, ielen); in rtw_cfg80211_set_wpa_ie() 3844 if (prsnx && (rsnx_ielen > 0)) { in rtw_cfg80211_set_wpa_ie() 3845 if ((rsnx_ielen + 2) <= MAX_RSNX_IE_LEN) { in rtw_cfg80211_set_wpa_ie() 3849 (rsnx_ielen + 2); in rtw_cfg80211_set_wpa_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 3801 int rsnx_ielen = 0; in rtw_cfg80211_set_wpa_ie() local 3854 prsnx = rtw_get_ie(buf, WLAN_EID_RSNX, &rsnx_ielen, ielen); in rtw_cfg80211_set_wpa_ie() 3855 if (prsnx && (rsnx_ielen > 0)) { in rtw_cfg80211_set_wpa_ie() 3856 if ((rsnx_ielen + 2) <= MAX_RSNX_IE_LEN) { in rtw_cfg80211_set_wpa_ie() 3860 (rsnx_ielen + 2); in rtw_cfg80211_set_wpa_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 3808 int rsnx_ielen = 0; in rtw_cfg80211_set_wpa_ie() local 3861 prsnx = rtw_get_ie(buf, WLAN_EID_RSNX, &rsnx_ielen, ielen); in rtw_cfg80211_set_wpa_ie() 3862 if (prsnx && (rsnx_ielen > 0)) { in rtw_cfg80211_set_wpa_ie() 3863 if ((rsnx_ielen + 2) <= MAX_RSNX_IE_LEN) { in rtw_cfg80211_set_wpa_ie() 3867 (rsnx_ielen + 2); in rtw_cfg80211_set_wpa_ie()
|