Searched refs:phy_type (Results 1 – 8 of 8) sorted by relevance
| /hostap-latest/wpa_supplicant/ |
| D | wnm_sta.c | 595 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()
|
| D | wnm_sta.h | 29 u8 phy_type; member
|
| D | op_classes.c | 511 u8 phy_type; in wpas_sta_secondary_channel_offset() local 519 channel, &phy_type); in wpas_sta_secondary_channel_offset()
|
| D | rrm.c | 713 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()
|
| D | wpa_supplicant_i.h | 1760 u8 *op_class, u8 *chan, u8 *phy_type);
|
| /hostap-latest/src/common/ |
| D | ieee802_11_common.h | 255 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
|
| D | ieee802_11_common.c | 2478 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()
|
| D | ieee802_11_defs.h | 2320 enum phy_type { enum
|