Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/off_raw_tx/
Doff_raw_tx_api.h189 int nrf70_off_raw_tx_init(uint8_t *mac_addr, unsigned char *country_code);
/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/src/
Doff_raw_tx_api.c131 int nrf70_off_raw_tx_init(uint8_t *mac_addr, unsigned char *country_code) in nrf70_off_raw_tx_init() argument
210 country_code); in nrf70_off_raw_tx_init()
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dfmac_main.c348 memcpy(reg_domain_info.alpha2, reg_domain->country_code, WIFI_COUNTRY_CODE_LEN); in nrf_wifi_reg_domain()
377 memcpy(reg_domain->country_code, reg_domain_info.alpha2, WIFI_COUNTRY_CODE_LEN); in nrf_wifi_reg_domain()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c2192 regd.country_code[0] = argv[optind][0]; in cmd_wifi_reg_domain()
2193 regd.country_code[1] = argv[optind][1]; in cmd_wifi_reg_domain()
2210 regd.country_code[0], regd.country_code[1]); in cmd_wifi_reg_domain()
2227 regd.country_code[0], regd.country_code[1]); in cmd_wifi_reg_domain()
/Zephyr-latest/drivers/wifi/nxp/
Dnxp_wifi_drv.c1474 wifi_get_country_code(reg_domain->country_code); in nxp_wifi_reg_domain()
1481 ret = wlan_set_country_code(reg_domain->country_code); in nxp_wifi_reg_domain()
1483 LOG_ERR("Unable to set country code: %s", reg_domain->country_code); in nxp_wifi_reg_domain()
/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h931 uint8_t country_code[WIFI_COUNTRY_CODE_LEN]; member
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c1894 if (!wpa_cli_cmd_v("set country %s", reg_domain->country_code)) {
1899 if (!hostapd_cli_cmd_v("set country_code %s", reg_domain->country_code)) {