Home
last modified time | relevance | path

Searched refs:pht_info (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ieee80211.c1036 struct HT_info_element *pht_info = NULL; in rtw_get_bcn_info() local
1074 pht_info = (struct HT_info_element *)(p + 2); in rtw_get_bcn_info()
1075 pnetwork->bcn_info.ht_info_infos_0 = pht_info->infos[0]; in rtw_get_bcn_info()
H A Drtw_wlan_util.c1160 struct HT_info_element *pht_info = NULL; in rtw_check_bcn_info() local
1211 pht_info = (struct HT_info_element *)(p + 2); in rtw_check_bcn_info()
1212 ht_info_infos_0 = pht_info->infos[0]; in rtw_check_bcn_info()
1234 if (pht_info) in rtw_check_bcn_info()
1235 bcn_channel = pht_info->primary_channel; in rtw_check_bcn_info()
H A Drtw_ap.c656 struct HT_info_element *pht_info = NULL; in start_bss_network() local
743 pht_info = (struct HT_info_element *)(p + 2); in start_bss_network()
753 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in start_bss_network()
757 switch (pht_info->infos[0] & 0x3) { in start_bss_network()
H A Drtw_mlme.c2318 struct HT_info_element *pht_info = (struct HT_info_element *)(p+2); in rtw_restructure_ht_ie() local
2320 if (pht_info->infos[0] & BIT(2)) { in rtw_restructure_ht_ie()
2321 switch (pht_info->infos[0] & 0x3) { in rtw_restructure_ht_ie()
H A Drtw_mlme_ext.c5376 struct HT_info_element *pht_info = (struct HT_info_element *)(pIE->data); in join_cmd_hdl() local
5383 if ((cbw40_enable) && (pht_info->infos[0] & BIT(2))) { in join_cmd_hdl()
5386 switch (pht_info->infos[0] & 0x3) { in join_cmd_hdl()