Searched refs:nrf_sta_flags (Results 1 – 1 of 1) sorted by relevance
2590 int nrf_sta_flags = 0; in nrf_wifi_sta_flags_to_nrf() local2593 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()