Home
last modified time | relevance | path

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

/linux-3.4.99/net/wireless/
Dreg.h82 u8 *country_ie,
Dsme.c421 u8 *country_ie; in __cfg80211_connect_result() local
505 country_ie = (u8 *) ieee80211_bss_get_ie(bss, WLAN_EID_COUNTRY); in __cfg80211_connect_result()
507 if (!country_ie) in __cfg80211_connect_result()
517 country_ie + 2, in __cfg80211_connect_result()
518 country_ie[1]); in __cfg80211_connect_result()
Dreg.c1712 u8 *country_ie, in regulatory_hint_11d() argument
1731 alpha2[0] = country_ie[0]; in regulatory_hint_11d()
1732 alpha2[1] = country_ie[1]; in regulatory_hint_11d()
1734 if (country_ie[2] == 'I') in regulatory_hint_11d()
1736 else if (country_ie[2] == 'O') in regulatory_hint_11d()