Home
last modified time | relevance | path

Searched refs:num_ap (Results 1 – 2 of 2) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_vif.c35 if (sys_dev_ctx->num_ap >= MAX_NUM_APS) { in nrf_wifi_fmac_vif_check_if_limit()
65 sys_dev_ctx->num_ap++; in nrf_wifi_fmac_vif_incr_if_type()
88 sys_dev_ctx->num_ap--; in nrf_wifi_fmac_vif_decr_if_type()
150 return sys_dev_ctx->num_sta + sys_dev_ctx->num_ap; in nrf_wifi_fmac_get_num_vifs()
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h469 unsigned char num_ap; member