Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c1490 ctwin = avp->vif->bss_conf.p2p_noa_attr.oppps_ctwindow; in ath9k_get_ctwin()
1530 noa->oppps_ctwindow = ath9k_get_ctwin(sc, avp); in ath9k_beacon_add_noa()
1531 if (noa->oppps_ctwindow) in ath9k_beacon_add_noa()
1532 noa->oppps_ctwindow |= BIT(7); in ath9k_beacon_add_noa()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dps.c314 noa_head->oppps_ctwindow = 0; in rtw89_p2p_noa_renew()
H A Dcore.h2908 u8 oppps_ctwindow; member
H A Dfw.c1582 u8 ctwindow_oppps = vif->bss_conf.p2p_noa_attr.oppps_ctwindow; in rtw89_fw_h2c_p2p_act()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c633 return cpu_to_le32(noa->oppps_ctwindow & in iwl_mvm_mac_ctxt_cmd_p2p_sta_get_oppps_ctwin()
1344 cmd.go.ctwin = cpu_to_le32(noa->oppps_ctwindow & in iwl_mvm_mac_ctxt_cmd_go()
1347 cpu_to_le32(!!(noa->oppps_ctwindow & in iwl_mvm_mac_ctxt_cmd_go()
H A Dpower.c249 (vif->bss_conf.p2p_noa_attr.oppps_ctwindow & in iwl_mvm_power_allow_uapsd()
/openbmc/linux/net/mac80211/
H A Dcfg.c1441 link_conf->p2p_noa_attr.oppps_ctwindow = in ieee80211_start_ap()
1444 link_conf->p2p_noa_attr.oppps_ctwindow |= in ieee80211_start_ap()
2744 link->conf->p2p_noa_attr.oppps_ctwindow &= in ieee80211_change_bss()
2746 link->conf->p2p_noa_attr.oppps_ctwindow |= in ieee80211_change_bss()
2752 link->conf->p2p_noa_attr.oppps_ctwindow |= in ieee80211_change_bss()
2756 link->conf->p2p_noa_attr.oppps_ctwindow &= in ieee80211_change_bss()
H A Dtrace.h512 __entry->p2p_oppps_ctwindow = link_conf->p2p_noa_attr.oppps_ctwindow;
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c459 if (noa_attr.oppps_ctwindow & IEEE80211_P2P_OPPPS_ENABLE_BIT) { in wilc_parse_join_bss_param()
461 param->opp_en.ct_window = noa_attr.oppps_ctwindow; in wilc_parse_join_bss_param()
/openbmc/linux/include/linux/
H A Dieee80211.h1617 u8 oppps_ctwindow; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2336 int ct_window = vif->bss_conf.p2p_noa_attr.oppps_ctwindow; in mt76_connac_mcu_set_p2p_oppps()