Home
last modified time | relevance | path

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

/drivers/staging/rtl8192u/ieee80211/
Ddot11d.c13 dot11d_info->country_ie_len = 0; in rtl8192u_dot11d_init()
36 dot11d_info->country_ie_len = 0; in dot11d_reset()
94 dot11d_info->country_ie_len = CoutryIeLen; in dot11d_update_country_ie()
Ddot11d.h20 u16 country_ie_len; /* > 0 if country_ie_buf[] contains valid country information element. */ member
37 #define IS_COUNTRY_IE_VALID(ieee_dev) (GET_DOT11D_INFO(ieee_dev)->country_ie_len > 0)
/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c209 u8 country_ie_len; in mwifiex_process_country_ie() local
220 country_ie_len = country_ie[1]; in mwifiex_process_country_ie()
221 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) { in mwifiex_process_country_ie()
233 if (country_ie_len > in mwifiex_process_country_ie()
247 country_ie_len -= IEEE80211_COUNTRY_STRING_LEN; in mwifiex_process_country_ie()
250 country_ie_len / sizeof(struct ieee80211_country_ie_triplet); in mwifiex_process_country_ie()
253 &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len); in mwifiex_process_country_ie()