Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dwlan_bssdef.h54 struct ndis_802_11_fix_ie { struct
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c502 …pdate_protection(adapter, (pmlmepriv->cur_network.network.ies) + sizeof(struct ndis_802_11_fix_ie), in update_current_network()
1136 rtw_update_protection(padapter, (cur_network->network.ies) + sizeof(struct ndis_802_11_fix_ie), in rtw_joinbss_update_network()
2441 …= rtw_get_ie(pie+sizeof(struct ndis_802_11_fix_ie), WLAN_EID_HT_CAPABILITY, &len, ie_len-sizeof(st… in rtw_update_ht_cap()
2452 … = rtw_get_ie(pie+sizeof(struct ndis_802_11_fix_ie), WLAN_EID_HT_OPERATION, &len, ie_len-sizeof(st… in rtw_update_ht_cap()
H A Drtw_ap.c737 p = rtw_get_ie((pnetwork->ies + sizeof(struct ndis_802_11_fix_ie)), in start_bss_network()
740 (pnetwork->ie_length - sizeof(struct ndis_802_11_fix_ie)) in start_bss_network()
H A Drtw_wlan_util.c1373 for (i = sizeof(struct ndis_802_11_fix_ie); i < pmlmeinfo->network.ie_length;) { in is_ap_in_tkip()
1476 for (i = sizeof(struct ndis_802_11_fix_ie); i < len;) { in check_assoc_AP()
H A Drtw_mlme_ext.c2953 for (i = sizeof(struct ndis_802_11_fix_ie); i < pmlmeinfo->network.ie_length;) { in issue_assocreq()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c150 pktlen += cur_network->ie_length - sizeof(struct ndis_802_11_fix_ie); in ConstructBeacon()
151 memcpy(pframe, cur_network->ies+sizeof(struct ndis_802_11_fix_ie), pktlen); in ConstructBeacon()