Home
last modified time | relevance | path

Searched refs:oppps_ctwindow (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dp2p.c37 noa_attr->oppps_ctwindow = ctwindow; in ath10k_p2p_noa_ie_fill()
39 noa_attr->oppps_ctwindow |= IEEE80211_P2P_OPPPS_ENABLE_BIT; in ath10k_p2p_noa_ie_fill()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dp2p.c41 noa_attr->oppps_ctwindow = ctwindow; in ath11k_p2p_noa_ie_fill()
43 noa_attr->oppps_ctwindow |= IEEE80211_P2P_OPPPS_ENABLE_BIT; in ath11k_p2p_noa_ie_fill()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dp2p.c38 noa_attr->oppps_ctwindow = ctwindow; in ath12k_p2p_noa_ie_fill()
40 noa_attr->oppps_ctwindow |= IEEE80211_P2P_OPPPS_ENABLE_BIT; in ath12k_p2p_noa_ie_fill()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1485 ctwin = avp->vif->bss_conf.p2p_noa_attr.oppps_ctwindow; in ath9k_get_ctwin()
1525 noa->oppps_ctwindow = ath9k_get_ctwin(sc, avp); in ath9k_beacon_add_noa()
1526 if (noa->oppps_ctwindow) in ath9k_beacon_add_noa()
1527 noa->oppps_ctwindow |= BIT(7); in ath9k_beacon_add_noa()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dps.c349 noa_head->oppps_ctwindow = 0; in rtw89_p2p_noa_renew()
H A Dcore.h3471 u8 oppps_ctwindow; member
H A Dfw.c3011 u8 ctwindow_oppps = bss_conf->p2p_noa_attr.oppps_ctwindow; in rtw89_fw_h2c_p2p_act()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c640 return cpu_to_le32(noa->oppps_ctwindow & in iwl_mvm_mac_ctxt_cmd_p2p_sta_get_oppps_ctwin()
1355 cmd.go.ctwin = cpu_to_le32(noa->oppps_ctwindow & in iwl_mvm_mac_ctxt_cmd_go()
1358 cpu_to_le32(!!(noa->oppps_ctwindow & in iwl_mvm_mac_ctxt_cmd_go()
H A Dpower.c270 (vif->bss_conf.p2p_noa_attr.oppps_ctwindow & in iwl_mvm_power_allow_uapsd()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Diface.c232 cpu_to_le32(vif->bss_conf.p2p_noa_attr.oppps_ctwindow & in iwl_mld_fill_mac_cmd_sta()
/linux-6.15/net/mac80211/
H A Dcfg.c1476 link_conf->p2p_noa_attr.oppps_ctwindow = in ieee80211_start_ap()
1479 link_conf->p2p_noa_attr.oppps_ctwindow |= in ieee80211_start_ap()
2791 link->conf->p2p_noa_attr.oppps_ctwindow &= in ieee80211_change_bss()
2793 link->conf->p2p_noa_attr.oppps_ctwindow |= in ieee80211_change_bss()
2799 link->conf->p2p_noa_attr.oppps_ctwindow |= in ieee80211_change_bss()
2803 link->conf->p2p_noa_attr.oppps_ctwindow &= in ieee80211_change_bss()
H A Dtrace.h544 __entry->p2p_oppps_ctwindow = link_conf->p2p_noa_attr.oppps_ctwindow;
/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c462 if (noa_attr.oppps_ctwindow & IEEE80211_P2P_OPPPS_ENABLE_BIT) { in wilc_parse_join_bss_param()
464 param->opp_en.ct_window = noa_attr.oppps_ctwindow; in wilc_parse_join_bss_param()
/linux-6.15/include/linux/
H A Dieee80211.h1743 u8 oppps_ctwindow; member
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2262 int ct_window = vif->bss_conf.p2p_noa_attr.oppps_ctwindow; in mt76_connac_mcu_set_p2p_oppps()