Home
last modified time | relevance | path

Searched refs:_HT_CAPABILITY_IE_ (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/rtl8712/
Dwifi.h413 #define _HT_CAPABILITY_IE_ 45 macro
Drtl871x_mlme.c1707 p = r8712_get_ie(in_ie + 12, _HT_CAPABILITY_IE_, &ielen, in_len - 12); in r8712_restructure_ht_ie()
1725 r8712_set_ie(out_ie + out_len, _HT_CAPABILITY_IE_, in r8712_restructure_ht_ie()
1755 _HT_CAPABILITY_IE_, in update_ht_cap()
Drtl871x_ioctl_linux.c172 p = r8712_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, in translate_scan()
617 p = r8712_get_ie(&pcur_bss->IEs[12], _HT_CAPABILITY_IE_, in r8711_wx_get_name()
1416 _HT_CAPABILITY_IE_, &ht_ielen, in r8711_wx_get_rate()
/drivers/staging/rtl8188eu/core/
Drtw_ap.c1035 p = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_CAPABILITY_IE_, &ie_len, in rtw_check_beacon_data()
1602 update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, false); in bss_cap_update_on_sta_join()
1666 update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, false); in bss_cap_update_on_sta_leave()
Drtw_ioctl_set.c586 p = rtw_get_ie(&pcur_bss->IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pcur_bss->IELength-12); in rtw_get_cur_max_rate()
Drtw_mlme_ext.c966 …pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_CAPABILITY_IE_, &ie_len, (pnetwork->IELength - _BEA… in issue_asocrsp()
1136 …p = rtw_get_ie((pmlmeinfo->network.IEs + sizeof(struct ndis_802_11_fixed_ie)), _HT_CAPABILITY_IE_,… in issue_assocreq()
1168 …pframe = rtw_set_ie(pframe, _HT_CAPABILITY_IE_, ie_len , (u8 *)(&(pmlmeinfo->HT_caps)), &(pattrib-… in issue_assocreq()
1812 …p = rtw_get_ie(pbss_network->IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, pbss_network->IELe… in issue_action_BSSCoexistPacket()
2193 p = rtw_get_ie(bssid->IEs + ie_offset, _HT_CAPABILITY_IE_, &len, bssid->IELength - ie_offset); in collect_bss_info()
3433 case _HT_CAPABILITY_IE_: /* HT caps */ in OnAssocRsp()
5063 case _HT_CAPABILITY_IE_: /* Get HT Cap IE. */ in join_cmd_hdl()
Drtw_mlme.c1932 p = rtw_get_ie(in_ie+12, _HT_CAPABILITY_IE_, &ielen, in_len-12); in rtw_restructure_ht_ie()
1971 rtw_set_ie(out_ie+out_len, _HT_CAPABILITY_IE_, in rtw_restructure_ht_ie()
Drtw_ieee80211.c1078 …p = rtw_get_ie(pnetwork->network.IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, pnetwork->netw… in rtw_get_bcn_info()
Drtw_wlan_util.c911 …p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, bssid->IELength - _FIXED_… in rtw_check_bcn_info()
/drivers/staging/rtl8188eu/include/
Dwifi.h402 #define _HT_CAPABILITY_IE_ 45 macro
/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c132 …p = rtw_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELeng… in translate_scan()
645 p = rtw_get_ie(&pcur_bss->IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pcur_bss->IELength-12); in rtw_wx_get_name()