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