Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_vif.c27 if (sys_dev_ctx->num_sta >= MAX_NUM_STAS) { in nrf_wifi_fmac_vif_check_if_limit()
61 sys_dev_ctx->num_sta++; in nrf_wifi_fmac_vif_incr_if_type()
84 sys_dev_ctx->num_sta--; 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.h467 unsigned char num_sta; member