Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dreg.h113 u8 country_ie_len);
H A Dreg.c3360 const u8 *country_ie, u8 country_ie_len) in regulatory_hint_country_ie() argument
3367 if (country_ie_len & 0x01) in regulatory_hint_country_ie()
3370 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in regulatory_hint_country_ie()
/linux/net/mac80211/
H A Dmlme.c2855 const u8 *country_ie, u8 country_ie_len, in ieee80211_find_80211h_pwr_constr() argument
2865 if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN) in ieee80211_find_80211h_pwr_constr()
2869 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
2895 while (country_ie_len >= 3) { in ieee80211_find_80211h_pwr_constr()
2913 country_ie_len -= 3; in ieee80211_find_80211h_pwr_constr()
2940 const u8 *country_ie, u8 country_ie_len, in ieee80211_handle_pwr_constr() argument
2958 channel, country_ie, country_ie_len, in ieee80211_handle_pwr_constr()