Home
last modified time | relevance | path

Searched refs:pcountry_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_scan.c1526 IEEEtypes_CountryInfoSet_t *pcountry_info; in wlan_interpret_bss_desc_with_ie() local
1754 pcountry_info = in wlan_interpret_bss_desc_with_ie()
1757 if (pcountry_info->len < in wlan_interpret_bss_desc_with_ie()
1758 sizeof(pcountry_info->country_code) || in wlan_interpret_bss_desc_with_ie()
1759 (unsigned)(pcountry_info->len + 2) > in wlan_interpret_bss_desc_with_ie()
1764 pcountry_info->len, in wlan_interpret_bss_desc_with_ie()
1765 sizeof(pcountry_info->country_code), in wlan_interpret_bss_desc_with_ie()
1772 pcountry_info, pcountry_info->len + 2); in wlan_interpret_bss_desc_with_ie()
1774 (t_u8 *)pcountry_info, in wlan_interpret_bss_desc_with_ie()
1775 (t_u32)(pcountry_info->len + 2)); in wlan_interpret_bss_desc_with_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_scan.c1745 IEEEtypes_CountryInfoSet_t *pcountry_info; in wlan_interpret_bss_desc_with_ie() local
1976 pcountry_info = in wlan_interpret_bss_desc_with_ie()
1979 if (pcountry_info->len < in wlan_interpret_bss_desc_with_ie()
1980 sizeof(pcountry_info->country_code) || in wlan_interpret_bss_desc_with_ie()
1981 (unsigned)(pcountry_info->len + 2) > in wlan_interpret_bss_desc_with_ie()
1986 pcountry_info->len, in wlan_interpret_bss_desc_with_ie()
1987 sizeof(pcountry_info->country_code), in wlan_interpret_bss_desc_with_ie()
1994 pcountry_info, pcountry_info->len + 2, in wlan_interpret_bss_desc_with_ie()
1997 (t_u8 *)pcountry_info, in wlan_interpret_bss_desc_with_ie()
1998 (t_u32)(pcountry_info->len + 2)); in wlan_interpret_bss_desc_with_ie()