Searched refs:phy_type (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wnm_sta.c | 474 rep->phy_type = *(pos + 12); in wnm_parse_neighbor_report() 639 u8 op_class, u8 chan, u8 phy_type, u8 pref) in wnm_add_nei_rep() argument 658 *pos++ = phy_type; in wnm_add_nei_rep() 673 enum phy_type phy_type; in wnm_nei_rep_add_bss() local 706 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL), in wnm_nei_rep_add_bss() 708 if (phy_type == PHY_TYPE_UNSPECIFIED) { in wnm_nei_rep_add_bss() 717 phy_type, pref); in wnm_nei_rep_add_bss() 950 nei->channel_number, nei->phy_type, in wnm_dump_cand_list()
|
D | wnm_sta.h | 29 u8 phy_type; member
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 128 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
|
D | ieee802_11_common.c | 1224 static enum phy_type ieee80211_phy_type_by_freq(int freq) in ieee80211_phy_type_by_freq() 1247 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht) in ieee80211_get_phy_type()
|
D | ieee802_11_defs.h | 1532 enum phy_type { enum
|