Home
last modified time | relevance | path

Searched refs:total_ie_len (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c1223 u16 total_ie_len; in mwifiex_update_bss_desc_with_ie() local
1241 total_ie_len = element_len + sizeof(struct ieee_types_header); in mwifiex_update_bss_desc_with_ie()
1243 if (bytes_left < total_ie_len) { in mwifiex_update_bss_desc_with_ie()
1273 if (total_ie_len < sizeof(*fh_param_set)) in mwifiex_update_bss_desc_with_ie()
1283 if (total_ie_len < sizeof(*ds_param_set)) in mwifiex_update_bss_desc_with_ie()
1296 if (total_ie_len < sizeof(*cf_param_set)) in mwifiex_update_bss_desc_with_ie()
1306 if (total_ie_len < sizeof(*ibss_param_set)) in mwifiex_update_bss_desc_with_ie()
1385 if (total_ie_len == in mwifiex_update_bss_desc_with_ie()
1387 total_ie_len == in mwifiex_update_bss_desc_with_ie()
1395 current_ptr, total_ie_len); in mwifiex_update_bss_desc_with_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_scan.c1732 t_u16 total_ie_len; in wlan_interpret_bss_desc_with_ie() local
1873 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in wlan_interpret_bss_desc_with_ie()
1875 if (bytes_left_for_current_beacon < total_ie_len) { in wlan_interpret_bss_desc_with_ie()
1923 pfh_param_set, total_ie_len, in wlan_interpret_bss_desc_with_ie()
1942 pds_param_set, total_ie_len, in wlan_interpret_bss_desc_with_ie()
1953 pcf_param_set, total_ie_len, in wlan_interpret_bss_desc_with_ie()
1967 pibss_param_set, total_ie_len, in wlan_interpret_bss_desc_with_ie()
2065 if (total_ie_len == in wlan_interpret_bss_desc_with_ie()
2067 total_ie_len == in wlan_interpret_bss_desc_with_ie()
2076 pcurrent_ptr, total_ie_len, in wlan_interpret_bss_desc_with_ie()
[all …]
H A Dmlan_misc.c3744 t_u16 total_ie_len; in wlan_is_wmm_ie_present() local
3755 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in wlan_is_wmm_ie_present()
3757 if (bytes_left < total_ie_len) { in wlan_is_wmm_ie_present()
3803 t_u16 total_ie_len; in wlan_get_specific_ie() local
3816 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in wlan_get_specific_ie()
3817 if (bytes_left < total_ie_len) { in wlan_get_specific_ie()
3826 DBG_HEXDUMP(MCMD_D, "IE", pcurrent_ptr, total_ie_len); in wlan_get_specific_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_uap_cfg80211.c305 t_u16 total_ie_len; in woal_find_wpa_ies() local
317 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in woal_find_wpa_ies()
318 if (bytes_left < total_ie_len) { in woal_find_wpa_ies()
373 t_u16 total_ie_len; in woal_set_wmm_ies() local
383 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in woal_set_wmm_ies()
384 if (bytes_left < total_ie_len) { in woal_set_wmm_ies()
395 if (total_ie_len == in woal_set_wmm_ies()
H A Dmoal_sta_cfg80211.c905 int total_ie_len; in woal_cfg80211_assoc_ies_cfg() local
915 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in woal_cfg80211_assoc_ies_cfg()
916 if (bytes_left < total_ie_len) { in woal_cfg80211_assoc_ies_cfg()
926 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
945 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
964 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
977 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
991 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
1003 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_scan.c1514 t_u16 total_ie_len; in wlan_interpret_bss_desc_with_ie() local
1649 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in wlan_interpret_bss_desc_with_ie()
1651 if (bytes_left_for_current_beacon < total_ie_len) { in wlan_interpret_bss_desc_with_ie()
1694 pfh_param_set, MIN(total_ie_len, in wlan_interpret_bss_desc_with_ie()
1714 pds_param_set, MIN(total_ie_len, in wlan_interpret_bss_desc_with_ie()
1727 pcf_param_set, MIN(total_ie_len, in wlan_interpret_bss_desc_with_ie()
1743 pibss_param_set, MIN(total_ie_len, in wlan_interpret_bss_desc_with_ie()
1847 if (total_ie_len == in wlan_interpret_bss_desc_with_ie()
1849 || total_ie_len == in wlan_interpret_bss_desc_with_ie()
1859 pcurrent_ptr, total_ie_len); in wlan_interpret_bss_desc_with_ie()
[all …]
H A Dmlan_misc.c3220 t_u16 total_ie_len; in wlan_is_wmm_ie_present() local
3231 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in wlan_is_wmm_ie_present()
3233 if (bytes_left < total_ie_len) { in wlan_is_wmm_ie_present()
3280 t_u16 total_ie_len; in wlan_get_specific_ie() local
3291 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in wlan_get_specific_ie()
3292 if (bytes_left < total_ie_len) { in wlan_get_specific_ie()
3299 DBG_HEXDUMP(MCMND, "IE", pcurrent_ptr, total_ie_len); in wlan_get_specific_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_uap_cfg80211.c371 t_u16 total_ie_len; in woal_find_wpa_ies() local
383 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in woal_find_wpa_ies()
384 if (bytes_left < total_ie_len) { in woal_find_wpa_ies()
439 t_u16 total_ie_len; in woal_set_wmm_ies() local
448 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in woal_set_wmm_ies()
449 if (bytes_left < total_ie_len) { in woal_set_wmm_ies()
461 if (total_ie_len == in woal_set_wmm_ies()
H A Dmoal_sta_cfg80211.c897 int total_ie_len; in woal_cfg80211_assoc_ies_cfg() local
908 total_ie_len = element_len + sizeof(IEEEtypes_Header_t); in woal_cfg80211_assoc_ies_cfg()
909 if (bytes_left < total_ie_len) { in woal_cfg80211_assoc_ies_cfg()
919 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
959 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
978 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
990 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
1004 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
1017 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
1028 pcurrent_ptr, &total_ie_len, in woal_cfg80211_assoc_ies_cfg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_physts.c2311 u16 total_ie_len = physts_total_length - PHYSTS_HDR_LEN; /*Unit: Byte*/ in halbb_physts_parsing() local
2366 if (total_ie_len == 0) { in halbb_physts_parsing()
2459 if (acc_ie_len == total_ie_len) { in halbb_physts_parsing()
2463 } else if (acc_ie_len > total_ie_len) { in halbb_physts_parsing()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_physts.c2311 u16 total_ie_len = physts_total_length - PHYSTS_HDR_LEN; /*Unit: Byte*/ in halbb_physts_parsing() local
2366 if (total_ie_len == 0) { in halbb_physts_parsing()
2459 if (acc_ie_len == total_ie_len) { in halbb_physts_parsing()
2463 } else if (acc_ie_len > total_ie_len) { in halbb_physts_parsing()