Home
last modified time | relevance | path

Searched defs:wifi_reg_domain (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h925 struct wifi_reg_domain { struct
927 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;
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c1067 static int wifi_reg_domain(uint32_t mgmt_request, struct net_if *iface, in wifi_reg_domain() function