Searched defs:nrf_wifi_fmac_vif_ctx (Results 1 – 1 of 1) sorted by relevance
496 struct nrf_wifi_fmac_vif_ctx { struct498 struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx;500 void *os_vif_ctx;502 char mac_addr[NRF_WIFI_ETH_ADDR_LEN];504 int groupwise_cipher;506 bool ifflags;508 int if_type;510 unsigned char bssid[NRF_WIFI_ETH_ADDR_LEN];512 unsigned char mode;515 unsigned char channel;[all …]