Searched refs:_HT_CAPABILITY_IE_ (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_ioctl_set.c | 452 p = rtw_get_ie(&pcur_bss->IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pcur_bss->IELength - 12); in rtw_get_cur_max_rate()
|
D | rtw_ap.c | 867 update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, false); in bss_cap_update_on_sta_join() 929 update_beacon(padapter, _HT_CAPABILITY_IE_, NULL, false); in bss_cap_update_on_sta_leave()
|
D | rtw_mlme.c | 1904 p = rtw_get_ie(in_ie + 12, _HT_CAPABILITY_IE_, &ielen, in_len - 12); in rtw_restructure_ht_ie() 1937 rtw_set_ie(out_ie + out_len, _HT_CAPABILITY_IE_, in rtw_restructure_ht_ie() 1981 …p = rtw_get_ie(pie + sizeof(struct ndis_802_11_fixed_ie), _HT_CAPABILITY_IE_, &len, ie_len - sizeo… in rtw_update_ht_cap()
|
D | rtw_ieee80211.c | 1110 …p = rtw_get_ie(pnetwork->network.IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, pnetwork->netw… in rtw_get_bcn_info()
|
D | rtw_mlme_ext.c | 1430 case _HT_CAPABILITY_IE_: /* HT caps */ in OnAssocRsp() 4815 …pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, _HT_CAPABILITY_IE_, &ie_len, (pnetwork->IELength - _BEA… in issue_asocrsp() 4984 …p = rtw_get_ie((pmlmeinfo->network.IEs + sizeof(struct ndis_802_11_fixed_ie)), _HT_CAPABILITY_IE_,… in issue_assocreq() 5001 …pframe = rtw_set_ie(pframe, _HT_CAPABILITY_IE_, ie_len, (u8 *)(&pmlmeinfo->HT_caps), &pattrib->pkt… in issue_assocreq() 5656 …p = rtw_get_ie(pbss_network->IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, pbss_network->IELe… in issue_action_BSSCoexistPacket() 6242 p = rtw_get_ie(bssid->IEs + ie_offset, _HT_CAPABILITY_IE_, &len, bssid->IELength - ie_offset); in collect_bss_info() 7473 case _HT_CAPABILITY_IE_: /* Get HT Cap IE. */ in join_cmd_hdl()
|
D | rtw_wlan_util.c | 924 …p = rtw_get_ie(bssid->IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, bssid->IELength - _FIXED_… in rtw_check_bcn_info()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | wifi.h | 356 #define _HT_CAPABILITY_IE_ 45 macro
|
/linux-6.1.9/drivers/staging/r8188eu/os_dep/ |
D | ioctl_linux.c | 134 …p = rtw_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELeng… in translate_scan() 630 p = rtw_get_ie(&pcur_bss->IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pcur_bss->IELength - 12); in rtw_wx_get_name()
|