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.c2578 int nrf_sta_flags = 0; in nrf_wifi_sta_flags_to_nrf() local
2581 nrf_sta_flags |= NRF_WIFI_STA_FLAG_AUTHORIZED; in nrf_wifi_sta_flags_to_nrf()
2584 nrf_sta_flags |= NRF_WIFI_STA_FLAG_WME; in nrf_wifi_sta_flags_to_nrf()
2587 nrf_sta_flags |= NRF_WIFI_STA_FLAG_SHORT_PREAMBLE; in nrf_wifi_sta_flags_to_nrf()
2590 nrf_sta_flags |= NRF_WIFI_STA_FLAG_MFP; in nrf_wifi_sta_flags_to_nrf()
2593 nrf_sta_flags |= NRF_WIFI_STA_FLAG_TDLS_PEER; in nrf_wifi_sta_flags_to_nrf()
2600 return nrf_sta_flags; in nrf_wifi_sta_flags_to_nrf()