Home
last modified time | relevance | path

Searched refs:phy_type (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/wpa_supplicant/
Dwnm_sta.c595 rep->phy_type = *(pos + 12); in wnm_parse_neighbor_report()
913 u32 bss_info, u8 op_class, u8 chan, u8 phy_type, in wnm_add_nei_rep() argument
936 wpabuf_put_u8(*buf, phy_type); in wnm_add_nei_rep()
952 enum phy_type phy_type; in wnm_nei_rep_add_bss() local
985 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL), in wnm_nei_rep_add_bss()
987 if (phy_type == PHY_TYPE_UNSPECIFIED) { in wnm_nei_rep_add_bss()
995 return wnm_add_nei_rep(buf, bss->bssid, info, op_class, chan, phy_type, in wnm_nei_rep_add_bss()
1303 nei->channel_number, nei->phy_type, in wnm_dump_cand_list()
Dwnm_sta.h29 u8 phy_type; member
Dop_classes.c511 u8 phy_type; in wpas_sta_secondary_channel_offset() local
519 channel, &phy_type); in wpas_sta_secondary_channel_offset()
Drrm.c713 u8 *op_class, u8 *chan, u8 *phy_type) in wpas_get_op_chan_phy() argument
769 *phy_type = ieee80211_get_phy_type(freq, ht_oper != NULL, in wpas_get_op_chan_phy()
771 if (*phy_type == PHY_TYPE_UNSPECIFIED) { in wpas_get_op_chan_phy()
Dwpa_supplicant_i.h1760 u8 *op_class, u8 *chan, u8 *phy_type);
/hostap-latest/src/common/
Dieee802_11_common.h255 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
Dieee802_11_common.c2478 static enum phy_type ieee80211_phy_type_by_freq(int freq) in ieee80211_phy_type_by_freq()
2501 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) in ieee80211_get_phy_type()
Dieee802_11_defs.h2320 enum phy_type { enum