country_ie_len    209 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	u8 country_ie_len;
country_ie_len    220 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	country_ie_len = country_ie[1];
country_ie_len    221 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) {
country_ie_len    233 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	if (country_ie_len >
country_ie_len    247 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	country_ie_len -= IEEE80211_COUNTRY_STRING_LEN;
country_ie_len    250 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 		country_ie_len / sizeof(struct ieee80211_country_ie_triplet);
country_ie_len    253 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	       &country_ie[2] + IEEE80211_COUNTRY_STRING_LEN, country_ie_len);
country_ie_len     13 drivers/staging/rtl8192u/ieee80211/dot11d.c 	dot11d_info->country_ie_len = 0;
country_ie_len     38 drivers/staging/rtl8192u/ieee80211/dot11d.c 	dot11d_info->country_ie_len = 0;
country_ie_len     96 drivers/staging/rtl8192u/ieee80211/dot11d.c 	dot11d_info->country_ie_len = CoutryIeLen;
country_ie_len     20 drivers/staging/rtl8192u/ieee80211/dot11d.h 	u16 country_ie_len; /* > 0 if country_ie_buf[] contains valid country information element. */
country_ie_len     37 drivers/staging/rtl8192u/ieee80211/dot11d.h #define IS_COUNTRY_IE_VALID(ieee_dev) (GET_DOT11D_INFO(ieee_dev)->country_ie_len > 0)
country_ie_len   1451 net/mac80211/mlme.c 				 const u8 *country_ie, u8 country_ie_len,
country_ie_len   1461 net/mac80211/mlme.c 	if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN)
country_ie_len   1465 net/mac80211/mlme.c 	country_ie_len -= 3;
country_ie_len   1481 net/mac80211/mlme.c 	while (country_ie_len >= 3) {
country_ie_len   1499 net/mac80211/mlme.c 		country_ie_len -= 3;
country_ie_len   1527 net/mac80211/mlme.c 				       const u8 *country_ie, u8 country_ie_len,
country_ie_len   1541 net/mac80211/mlme.c 			sdata, channel, country_ie, country_ie_len,
country_ie_len   3036 net/wireless/reg.c 				const u8 *country_ie, u8 country_ie_len)
country_ie_len   3043 net/wireless/reg.c 	if (country_ie_len & 0x01)
country_ie_len   3046 net/wireless/reg.c 	if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN)
country_ie_len    114 net/wireless/reg.h 			 u8 country_ie_len);