Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmld.h271 bool ibss_manager; member
H A Dnotif.c312 mld->ibss_manager = !!beacon->ibss_mgr_status; in iwl_mld_handle_beacon_notification()
H A Dmac80211.c2535 return mld->ibss_manager; in iwl_mld_mac80211_tx_last_beacon()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h674 u32 ibss_manager; member
H A Drx.c127 priv->ibss_manager = le32_to_cpu(beacon->ibss_mgr_status); in iwlagn_rx_beacon_notif()
H A Dmac80211.c1200 return priv->ibss_manager == IWL_IBSS_MANAGER; in iwlagn_mac_tx_last_beacon()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1516 mvm->ibss_manager = beacon_v5->ibss_mgr_status != 0; in iwl_mvm_rx_beacon_notif()
1529 mvm->ibss_manager = beacon->ibss_mgr_status != 0; in iwl_mvm_rx_beacon_notif()
H A Dmvm.h1275 bool ibss_manager; member
H A Dmac80211.c5510 return mvm->ibss_manager; in iwl_mvm_tx_last_beacon()
/linux-6.15/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1156 u32 ibss_manager; member
H A D3945-mac.c772 il->ibss_manager = le32_to_cpu(beacon->ibss_mgr_status); in il3945_hdl_beacon()
H A Dcommon.c4513 ret = (il->ibss_manager == IL_IBSS_MANAGER); in il_mac_tx_last_beacon()
H A D4965-mac.c4081 il->ibss_manager = le32_to_cpu(beacon->ibss_mgr_status); in il4965_hdl_beacon()