Searched refs:pwlanhdr (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/staging/rtl8723bs/hal/ |
H A D | rtl8723b_cmd.c | 107 struct ieee80211_hdr *pwlanhdr; in ConstructBeacon() local 114 pwlanhdr = (struct ieee80211_hdr *)pframe; in ConstructBeacon() 116 fctrl = &(pwlanhdr->frame_control); in ConstructBeacon() 119 eth_broadcast_addr(pwlanhdr->addr1); in ConstructBeacon() 120 memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); in ConstructBeacon() 121 memcpy(pwlanhdr->addr3, get_my_bssid(cur_network), ETH_ALEN); in ConstructBeacon() 123 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in ConstructBeacon() 195 struct ieee80211_hdr *pwlanhdr; in ConstructPSPoll() local 200 pwlanhdr = (struct ieee80211_hdr *)pframe; in ConstructPSPoll() 203 fctrl = &(pwlanhdr in ConstructPSPoll() 231 struct ieee80211_hdr *pwlanhdr; ConstructNullFunctionData() local 750 struct ieee80211_hdr *pwlanhdr; ConstructBtNullFunctionData() local [all...] |
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 2118 struct ieee80211_hdr *pwlanhdr; in issue_beacon() local 2141 pwlanhdr = (struct ieee80211_hdr *)pframe; in issue_beacon() 2144 fctrl = &(pwlanhdr->frame_control); in issue_beacon() 2147 eth_broadcast_addr(pwlanhdr->addr1); in issue_beacon() 2148 memcpy(pwlanhdr->addr2, myid(&(padapter->eeprompriv)), ETH_ALEN); in issue_beacon() 2149 memcpy(pwlanhdr->addr3, get_my_bssid(cur_network), ETH_ALEN); in issue_beacon() 2151 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in issue_beacon() 2263 struct ieee80211_hdr *pwlanhdr; in issue_probersp() local 2290 pwlanhdr = (struct ieee80211_hdr *)pframe; in issue_probersp() 2295 fctrl = &(pwlanhdr in issue_probersp() 2460 struct ieee80211_hdr *pwlanhdr; _issue_probereq() local 2588 struct ieee80211_hdr *pwlanhdr; issue_auth() local 2715 struct ieee80211_hdr *pwlanhdr; issue_asocrsp() local 2845 struct ieee80211_hdr *pwlanhdr; issue_assocreq() local 3022 struct ieee80211_hdr *pwlanhdr; _issue_nulldata() local 3167 struct ieee80211_hdr *pwlanhdr; _issue_qos_nulldata() local 3276 struct ieee80211_hdr *pwlanhdr; _issue_deauth() local 3370 struct ieee80211_hdr *pwlanhdr; issue_action_SA_Query() local 3443 struct ieee80211_hdr *pwlanhdr; issue_action_BA() local 3589 struct ieee80211_hdr *pwlanhdr; issue_action_BSSCoexistPacket() local [all...] |
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 219 struct ieee80211_hdr *pwlanhdr; in rtw_cfg80211_inform_bss() local 288 pwlanhdr = (struct ieee80211_hdr *)pbuf; in rtw_cfg80211_inform_bss() 289 fctrl = &(pwlanhdr->frame_control); in rtw_cfg80211_inform_bss() 292 SetSeqNum(pwlanhdr, 0/*pmlmeext->mgnt_seq*/); in rtw_cfg80211_inform_bss() 296 eth_broadcast_addr(pwlanhdr->addr1); in rtw_cfg80211_inform_bss() 299 memcpy(pwlanhdr->addr1, myid(&(padapter->eeprompriv)), ETH_ALEN); in rtw_cfg80211_inform_bss() 303 memcpy(pwlanhdr->addr2, pnetwork->network.mac_address, ETH_ALEN); in rtw_cfg80211_inform_bss() 304 memcpy(pwlanhdr->addr3, pnetwork->network.mac_address, ETH_ALEN); in rtw_cfg80211_inform_bss() 2064 struct ieee80211_hdr *pwlanhdr; in rtw_cfg80211_monitor_if_xmit_entry() local 2091 pwlanhdr in rtw_cfg80211_monitor_if_xmit_entry() 2473 struct ieee80211_hdr *pwlanhdr; _cfg80211_rtw_mgmt_tx() local [all...] |