Searched defs:country_ie_len (Results 1 - 2 of 2) sorted by relevance

/net/wireless/
H A Dreg.c2109 const u8 *country_ie, u8 country_ie_len)
2116 if (country_ie_len & 0x01)
2119 if (country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN)
2108 regulatory_hint_country_ie(struct wiphy *wiphy, enum ieee80211_band band, const u8 *country_ie, u8 country_ie_len) argument
/net/mac80211/
H A Dmlme.c1178 const u8 *country_ie, u8 country_ie_len,
1188 if (country_ie_len % 2 || country_ie_len < IEEE80211_COUNTRY_IE_MIN_LEN)
1192 country_ie_len -= 3;
1208 while (country_ie_len >= 3) {
1226 country_ie_len -= 3;
1251 const u8 *country_ie, u8 country_ie_len,
1264 sdata, channel, country_ie, country_ie_len,
1176 ieee80211_find_80211h_pwr_constr(struct ieee80211_sub_if_data *sdata, struct ieee80211_channel *channel, const u8 *country_ie, u8 country_ie_len, const u8 *pwr_constr_elem, int *chan_pwr, int *pwr_reduction) argument
1248 ieee80211_handle_pwr_constr(struct ieee80211_sub_if_data *sdata, struct ieee80211_channel *channel, struct ieee80211_mgmt *mgmt, const u8 *country_ie, u8 country_ie_len, const u8 *pwr_constr_ie, const u8 *cisco_dtpc_ie) argument

Completed in 56 milliseconds