Home
last modified time | relevance | path

Searched refs:wifi_reg_domain (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/modules/hostap/src/
Dsupp_api.h184 int supplicant_reg_domain(const struct device *dev, struct wifi_reg_domain *reg_domain);
Dsupp_api.c1870 struct wifi_reg_domain *reg_domain)
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h923 struct wifi_reg_domain { struct
1439 int (*reg_domain)(const struct device *dev, struct wifi_reg_domain *reg_domain);
/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
988 struct wifi_reg_domain *reg_domain = data; in wifi_reg_domain()
1001 NET_MGMT_REGISTER_REQUEST_HANDLER(NET_REQUEST_WIFI_REG_DOMAIN, wifi_reg_domain);
Dwifi_shell.c2151 struct wifi_reg_domain regd = {0}; in cmd_wifi_reg_domain()
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dfmac_main.c308 int nrf_wifi_reg_domain(const struct device *dev, struct wifi_reg_domain *reg_domain) in nrf_wifi_reg_domain()
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1432 static int nxp_wifi_reg_domain(const struct device *dev, struct wifi_reg_domain *reg_domain) in nxp_wifi_reg_domain()