Searched defs:ieee80211_regdomain (Results 1 – 2 of 2) sorted by relevance
434 struct ieee80211_regdomain { struct435 uint16_t regdomain; /* SKU */436 uint16_t country; /* ISO country code */437 uint8_t location; /* I (indoor), O (outdoor), other */438 uint8_t ecm; /* Extended Channel Mode */439 char isocc[2]; /* country code string */440 short pad[2];
2154 #define ieee80211_regdomain linuxkpi_ieee80211_regdomain macro