Lines Matching defs:country_ie
696 const u8 *country_ie;
778 country_ie = ieee80211_bss_get_ie(cr->bss, WLAN_EID_COUNTRY);
779 if (!country_ie) {
784 country_ie = kmemdup(country_ie, 2 + country_ie[1], GFP_ATOMIC);
787 if (!country_ie)
792 * - country_ie + 2, the start of the country ie data, and
793 * - and country_ie[1] which is the IE length
796 country_ie + 2, country_ie[1]);
797 kfree(country_ie);