Searched refs:country_code (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/wifi/nrf_wifi/off_raw_tx/ |
D | off_raw_tx_api.h | 189 int nrf70_off_raw_tx_init(uint8_t *mac_addr, unsigned char *country_code);
|
/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/src/ |
D | off_raw_tx_api.c | 131 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/ |
D | fmac_main.c | 348 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/ |
D | wifi_shell.c | 2192 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/ |
D | nxp_wifi_drv.c | 1474 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/ |
D | wifi_mgmt.h | 931 uint8_t country_code[WIFI_COUNTRY_CODE_LEN]; member
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 1894 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)) {
|