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