Home
last modified time | relevance | path

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

/hostap-3.6.0/tests/hwsim/
Dtest_wpas_mesh.py2217 ht_oper = "3d160b000000000000000000000000000000000000000000"
2220 frame = hdr + fixed + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2226 frame = hdr + fixed + long_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2232 frame = hdr + fixed + supp_rates + mesh_id + short_mesh_conf + mpm + ht_capab + ht_oper
2237 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2250 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2258 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2266 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2321 ht_oper = "3d160b000000000000000000000000000000000000000000"
2323 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
/hostap-3.6.0/wpa_supplicant/
Drrm.c712 struct ieee80211_ht_operation *ht_oper = NULL; in wpas_get_op_chan_phy() local
720 ht_oper = (struct ieee80211_ht_operation *) (ie + 2); in wpas_get_op_chan_phy()
721 sec_chan_offset = ht_oper->ht_param & in wpas_get_op_chan_phy()
764 *phy_type = ieee80211_get_phy_type(freq, ht_oper != NULL, in wpas_get_op_chan_phy()
Dwnm_sta.c927 struct ieee80211_ht_operation *ht_oper = NULL; in wnm_nei_rep_add_bss() local
932 ht_oper = (struct ieee80211_ht_operation *) (ie + 2); in wnm_nei_rep_add_bss()
934 if (ht_oper->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_ABOVE) in wnm_nei_rep_add_bss()
936 else if (ht_oper->ht_param & in wnm_nei_rep_add_bss()
958 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL), in wnm_nei_rep_add_bss()