Home
last modified time | relevance | path

Searched refs:IEEE80211_T_FH (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c903 if (ic->ic_phytype == IEEE80211_T_FH) { in ieee80211_recv_beacon()
907 scan.phytype = IEEE80211_T_FH; in ieee80211_recv_beacon()
911 if (ic->ic_phytype != IEEE80211_T_FH) { in ieee80211_recv_beacon()
988 ic->ic_phytype != IEEE80211_T_FH) { in ieee80211_recv_beacon()
H A Dnet80211_ioctl.c753 case IEEE80211_T_FH: { in wifi_read_ap()
1868 case IEEE80211_T_FH: { in wl_get_phy()
H A Dnet80211_node.c357 if (ic->ic_phytype == IEEE80211_T_FH) { in ieee80211_create_ibss()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h96 IEEE80211_T_FH, /* frequency hopping */ enumerator