Searched defs:wifi_reg_domain (Results 1 – 2 of 2) sorted by relevance
923 struct wifi_reg_domain { struct925 enum wifi_mgmt_op oper;929 bool force;931 uint8_t country_code[WIFI_COUNTRY_CODE_LEN];933 unsigned int num_channels;935 struct wifi_reg_chan_info *chan_info;
983 static int wifi_reg_domain(uint32_t mgmt_request, struct net_if *iface, in wifi_reg_domain() function