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