Searched refs:country_ie (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dreg.h46 * @country_ie: pointer to the country IE
63 u8 *country_ie,
H A Dsme.c407 u8 *country_ie; local
486 country_ie = (u8 *) ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY);
488 if (!country_ie)
493 * - country_ie + 2, the start of the country ie data, and
494 * - and country_ie[1] which is the IE length
498 country_ie + 2,
499 country_ie[1]);
H A Dreg.c1494 u8 *country_ie,
1513 alpha2[0] = country_ie[0];
1514 alpha2[1] = country_ie[1];
1516 if (country_ie[2] == 'I')
1518 else if (country_ie[2] == 'O')
1492 regulatory_hint_11d(struct wiphy *wiphy, enum ieee80211_band band, u8 *country_ie, u8 country_ie_len) argument

Completed in 109 milliseconds