Home
last modified time | relevance | path

Searched refs:InfoContent (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c3600 u8 InfoContent[16] = {0}; in issue_action_BSSCoexistPacket() local
3699 InfoContent[k] = i; in issue_action_BSSCoexistPacket()
3706 InfoContent[k] = j; /* channel number */ in issue_action_BSSCoexistPacket()
3713 …pframe = rtw_set_ie(pframe, WLAN_EID_BSS_INTOLERANT_CHL_REPORT, k, InfoContent, &(pattrib->pktlen)… in issue_action_BSSCoexistPacket()
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c5585 u8 InfoContent[16] = {0}; in issue_action_BSSCoexistPacket() local
5673 InfoContent[k] = i; in issue_action_BSSCoexistPacket()
5680 InfoContent[k] = j; /* channel number */ in issue_action_BSSCoexistPacket()
5687 pframe = rtw_set_ie(pframe, EID_BSSIntolerantChlReport, k, InfoContent, &pattrib->pktlen); in issue_action_BSSCoexistPacket()