Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_action.c112 case IEEE80211_ACTION_CAT_VHT: in ieee80211_send_action_register()
153 case IEEE80211_ACTION_CAT_VHT: in ieee80211_send_action()
223 case IEEE80211_ACTION_CAT_VHT: in ieee80211_recv_action_register()
278 case IEEE80211_ACTION_CAT_VHT: in ieee80211_recv_action()
H A Dieee80211_vht.c108 ieee80211_recv_action_register(IEEE80211_ACTION_CAT_VHT, in ieee80211_vht_init()
110 ieee80211_recv_action_register(IEEE80211_ACTION_CAT_VHT, in ieee80211_vht_init()
112 ieee80211_recv_action_register(IEEE80211_ACTION_CAT_VHT, in ieee80211_vht_init()
115 ieee80211_send_action_register(IEEE80211_ACTION_CAT_VHT, in ieee80211_vht_init()
117 ieee80211_send_action_register(IEEE80211_ACTION_CAT_VHT, in ieee80211_vht_init()
119 ieee80211_send_action_register(IEEE80211_ACTION_CAT_VHT, in ieee80211_vht_init()
H A Dieee80211_input.c905 case IEEE80211_ACTION_CAT_VHT: in ieee80211_parse_action()
H A Dieee80211.h514 #define IEEE80211_ACTION_CAT_VHT 21 /* 9.6.22 VHT */ macro