Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c1861 unsigned int sta_flags = 0; in iwl_mvm_add_sta()
1893 sta_flags = iwl_mvm_has_new_tx_api(mvm) ? 0 : STA_MODIFY_QUEUES; in iwl_mvm_add_sta()
1903 ret = iwl_mvm_sta_send_to_fw(mvm, sta, sta_update, sta_flags); in iwl_mvm_drain_sta()
1835 unsigned int sta_flags = 0; iwl_mvm_add_sta() local
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h596 struct nl80211_sta_flag_update sta_flags; member