Home
last modified time | relevance | path

Searched refs:ht_oper (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/tests/hwsim/
Dtest_wpas_mesh.py2253 ht_oper = "3d160b000000000000000000000000000000000000000000"
2256 frame = hdr + fixed + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2262 frame = hdr + fixed + long_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2268 frame = hdr + fixed + supp_rates + mesh_id + short_mesh_conf + mpm + ht_capab + ht_oper
2273 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2286 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2294 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2302 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2357 ht_oper = "3d160b000000000000000000000000000000000000000000"
2359 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
/hostap-latest/wpa_supplicant/
Drrm.c717 struct ieee80211_ht_operation *ht_oper = NULL; in wpas_get_op_chan_phy() local
725 ht_oper = (struct ieee80211_ht_operation *) (ie + 2); in wpas_get_op_chan_phy()
726 sec_chan_offset = ht_oper->ht_param & in wpas_get_op_chan_phy()
769 *phy_type = ieee80211_get_phy_type(freq, ht_oper != NULL, in wpas_get_op_chan_phy()
Dwnm_sta.c954 struct ieee80211_ht_operation *ht_oper = NULL; in wnm_nei_rep_add_bss() local
959 ht_oper = (struct ieee80211_ht_operation *) (ie + 2); in wnm_nei_rep_add_bss()
961 if (ht_oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE) in wnm_nei_rep_add_bss()
963 else if (ht_oper->ht_param & in wnm_nei_rep_add_bss()
985 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL), in wnm_nei_rep_add_bss()