Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c474 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()
Dwnm_sta.h29 u8 phy_type; member
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h128 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
Dieee802_11_common.c1224 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()
Dieee802_11_defs.h1532 enum phy_type { enum