Home
last modified time | relevance | path

Searched refs:noa_index (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dps.c714 u8 noa_num, index , i, noa_index = 0; in rtl_p2p_noa_ie() local
756 noa_index = ie[3]; in rtl_p2p_noa_ie()
758 P2P_PS_NONE || noa_index != p2pinfo->noa_index) { in rtl_p2p_noa_ie()
761 p2pinfo->noa_index = noa_index; in rtl_p2p_noa_ie()
814 u8 noa_num, index , i , noa_index = 0; in rtl_p2p_action_ie() local
853 noa_index = ie[3]; in rtl_p2p_action_ie()
855 P2P_PS_NONE || noa_index != p2pinfo->noa_index) { in rtl_p2p_action_ie()
856 p2pinfo->noa_index = noa_index; in rtl_p2p_action_ie()
909 p2pinfo->noa_index = 0; in rtl_p2p_ps_cmd()
962 p2pinfo->noa_index, in rtl_p2p_ps_cmd()
H A Dwifi.h1249 u8 noa_index; /* Identifies instance of Notice of Absence timing. */ member
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dps.c298 setter->noa_index++; in rtw89_p2p_noa_renew()
313 noa_head->index = setter->noa_index; in rtw89_p2p_noa_renew()
H A Dcore.h2920 u8 noa_index; member
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c421 avp->noa_index++; in ath_chanctx_offchannel_noa()
429 avp->noa_index); in ath_chanctx_offchannel_noa()
448 avp->noa_index++; in ath_chanctx_set_periodic_noa()
469 avp->noa_index, in ath_chanctx_set_periodic_noa()
480 avp->noa_index++; in ath_chanctx_set_oneshot_noa()
490 avp->noa_index, in ath_chanctx_set_oneshot_noa()
1529 noa->index = avp->noa_index; in ath9k_beacon_add_noa()
H A Dath9k.h645 u8 noa_index; member