Home
last modified time | relevance | path

Searched refs:WIFI_COUNTRY_CODE_LEN (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dwifi.h28 #define WIFI_COUNTRY_CODE_LEN 2 macro
Dwifi_mgmt.h931 uint8_t country_code[WIFI_COUNTRY_CODE_LEN];
/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()