Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211.h379 struct ieee80211_action { struct
400 struct ieee80211_action at_header; argument
409 struct ieee80211_action am_header;
452 struct ieee80211_action rq_header;
461 struct ieee80211_action rs_header;
470 struct ieee80211_action dl_header;
H A Dieee80211_action.c250 const struct ieee80211_action *ia = in ieee80211_recv_action()
251 (const struct ieee80211_action *) frm; in ieee80211_recv_action()
H A Dieee80211_input.c756 const struct ieee80211_action *ia; in ieee80211_parse_action()
770 sizeof(struct ieee80211_action), return EINVAL); in ieee80211_parse_action()
771 ia = (const struct ieee80211_action *) frm; in ieee80211_parse_action()
H A Dieee80211_hwmp.c621 sizeof(struct ieee80211_action) + len in hwmp_send_action()