Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/
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()
Dwifi.h1257 u8 noa_index; /* Identifies instance of Notice of Absence timing. */ member
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
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()
Dath9k.h644 u8 noa_index; member
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_p2p.c1517 u8 noa_offset, noa_num, noa_index; in process_p2p_ps_ie() local
1534 noa_index = noa_attr[0]; in process_p2p_ps_ie()
1537 …(noa_index != pwdinfo->noa_index)) { /* if index change, driver should reconfigure related settin… in process_p2p_ps_ie()
1538 pwdinfo->noa_index = noa_index; in process_p2p_ps_ie()
1604 pwdinfo->noa_index = 0; in p2p_ps_wk_hdl()
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtw_mlme.h252 u8 noa_index; /* Identifies and instance of Notice of Absence timing. */ member