Searched refs:ndis_802_11_fixed_ie (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | wlan_bssdef.h | 55 struct ndis_802_11_fixed_ie { struct
|
/linux-6.1.9/drivers/staging/r8188eu/hal/ |
D | rtl8188e_cmd.c | 244 pktlen += cur_network->IELength - sizeof(struct ndis_802_11_fixed_ie); in ConstructBeacon() 245 memcpy(pframe, cur_network->IEs + sizeof(struct ndis_802_11_fixed_ie), pktlen); in ConstructBeacon()
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_mlme.c | 458 …ate_protection(adapter, (pmlmepriv->cur_network.network.IEs) + sizeof(struct ndis_802_11_fixed_ie), in update_current_network() 1042 sizeof(struct ndis_802_11_fixed_ie), in rtw_joinbss_update_network() 1981 …tw_get_ie(pie + sizeof(struct ndis_802_11_fixed_ie), _HT_CAPABILITY_IE_, &len, ie_len - sizeof(str… in rtw_update_ht_cap() 1989 …rtw_get_ie(pie + sizeof(struct ndis_802_11_fixed_ie), _HT_ADD_INFO_IE_, &len, ie_len - sizeof(stru… in rtw_update_ht_cap()
|
D | rtw_wlan_util.c | 1075 for (i = sizeof(struct ndis_802_11_fixed_ie); i < pmlmeinfo->network.IELength;) { in is_ap_in_tkip() 1306 for (i = sizeof(struct ndis_802_11_fixed_ie); i < len;) { in check_assoc_AP()
|
D | rtw_mlme_ext.c | 4978 ….IEs + sizeof(struct ndis_802_11_fixed_ie)), _RSN_IE_2_, &ie_len, (pmlmeinfo->network.IELength - s… in issue_assocreq() 4984 … + sizeof(struct ndis_802_11_fixed_ie)), _HT_CAPABILITY_IE_, &ie_len, (pmlmeinfo->network.IELength… in issue_assocreq() 5006 for (i = sizeof(struct ndis_802_11_fixed_ie); i < pmlmeinfo->network.IELength;) { in issue_assocreq() 7465 for (i = sizeof(struct ndis_802_11_fixed_ie); i < pnetwork->IELength;) { in join_cmd_hdl()
|