Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_input.c552 if (ic->ic_phytype == IEEE80211_T_FH) { in ieee80211_parse_beacon()
563 if (ic->ic_phytype != IEEE80211_T_FH) in ieee80211_parse_beacon()
668 if (scan->chan != scan->bchan && ic->ic_phytype != IEEE80211_T_FH) { in ieee80211_parse_beacon()
H A Dieee80211_var.h146 enum ieee80211_phytype ic_phytype; /* XXX wrong for multi-mode */ member
H A Dieee80211_ddb.c532 db_printf(" phytype %d", ic->ic_phytype); in _db_show_com()
H A Dieee80211.c2526 if (ic != NULL && ic->ic_phytype == IEEE80211_T_FH) in ieee80211_rate2media()
H A Dieee80211_node.c357 if (ic->ic_phytype == IEEE80211_T_FH) { in ieee80211_create_ibss()