Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c2590 int nrf_sta_flags = 0; in nrf_wifi_sta_flags_to_nrf() local
2593 nrf_sta_flags |= NRF_WIFI_STA_FLAG_AUTHORIZED; in nrf_wifi_sta_flags_to_nrf()
2596 nrf_sta_flags |= NRF_WIFI_STA_FLAG_WME; in nrf_wifi_sta_flags_to_nrf()
2599 nrf_sta_flags |= NRF_WIFI_STA_FLAG_SHORT_PREAMBLE; in nrf_wifi_sta_flags_to_nrf()
2602 nrf_sta_flags |= NRF_WIFI_STA_FLAG_MFP; in nrf_wifi_sta_flags_to_nrf()
2605 nrf_sta_flags |= NRF_WIFI_STA_FLAG_TDLS_PEER; in nrf_wifi_sta_flags_to_nrf()
2612 return nrf_sta_flags; in nrf_wifi_sta_flags_to_nrf()