Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwlan_bssdef.h62 struct ndis_802_11_fix_ie { struct
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme.c598 …pdate_protection(adapter, (pmlmepriv->cur_network.network.IEs) + sizeof(struct ndis_802_11_fix_ie), in update_current_network()
1359 rtw_update_protection(padapter, (cur_network->network.IEs) + sizeof(struct ndis_802_11_fix_ie), in rtw_joinbss_update_network()
2916 …p = rtw_get_ie(pie+sizeof(struct ndis_802_11_fix_ie), _HT_CAPABILITY_IE_, &len, ie_len-sizeof(stru… in rtw_update_ht_cap()
2929 …p = rtw_get_ie(pie+sizeof(struct ndis_802_11_fix_ie), _HT_ADD_INFO_IE_, &len, ie_len-sizeof(struct… in rtw_update_ht_cap()
Drtw_ap.c922 (pnetwork->IEs + sizeof(struct ndis_802_11_fix_ie)), in start_bss_network()
925 (pnetwork->IELength - sizeof(struct ndis_802_11_fix_ie)) in start_bss_network()
Drtw_wlan_util.c1560 for (i = sizeof(struct ndis_802_11_fix_ie); i < pmlmeinfo->network.IELength;) { in is_ap_in_tkip()
1640 for (i = sizeof(struct ndis_802_11_fix_ie); i < len;) { in check_assoc_AP()
Drtw_mlme_ext.c3366 for (i = sizeof(struct ndis_802_11_fix_ie); i < pmlmeinfo->network.IELength;) { in issue_assocreq()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c169 pktlen += cur_network->IELength - sizeof(struct ndis_802_11_fix_ie); in ConstructBeacon()
170 memcpy(pframe, cur_network->IEs+sizeof(struct ndis_802_11_fix_ie), pktlen); in ConstructBeacon()