Searched refs:ADDSHORT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/net80211/ |
| HD | ieee80211_ht.c | 2517 #define ADDSHORT(frm, v) do { \ macro 2562 ADDSHORT(frm, args[1]); /* status code */ in ht_send_action_ba_addba() 2563 ADDSHORT(frm, args[2]); /* baparamset */ in ht_send_action_ba_addba() 2564 ADDSHORT(frm, args[3]); /* batimeout */ in ht_send_action_ba_addba() 2566 ADDSHORT(frm, args[4]); /* baseqctl */ in ht_send_action_ba_addba() 2608 ADDSHORT(frm, baparamset); in ht_send_action_ba_delba() 2609 ADDSHORT(frm, args[2]); /* reason code */ in ht_send_action_ba_delba() 2657 #undef ADDSHORT 2711 #define ADDSHORT(frm, v) do { \ in ieee80211_add_htcap_body() macro 2798 ADDSHORT(frm, caps); in ieee80211_add_htcap_body() [all …]
|
| HD | ieee80211_mesh.c | 2694 #define ADDSHORT(frm, v) do { \ macro 2750 ADDSHORT(frm, ieee80211_getcapinfo(vap, ni->ni_chan)); in mesh_send_action_meshpeering_open() 2815 ADDSHORT(frm, ieee80211_getcapinfo(vap, ni->ni_chan)); in mesh_send_action_meshpeering_confirm() 2816 ADDSHORT(frm, 0); /* status code */ in mesh_send_action_meshpeering_confirm() 2817 ADDSHORT(frm, args[1]); /* AID */ in mesh_send_action_meshpeering_confirm() 3245 ADDSHORT(frm, IEEE80211_MPPID_MPM); /* proto */ in ieee80211_add_meshpeer() 3246 ADDSHORT(frm, localid); /* local ID */ in ieee80211_add_meshpeer() 3251 ADDSHORT(frm, IEEE80211_MPPID_MPM); /* proto */ in ieee80211_add_meshpeer() 3252 ADDSHORT(frm, localid); /* local ID */ in ieee80211_add_meshpeer() 3253 ADDSHORT(frm, peerid); /* peer ID */ in ieee80211_add_meshpeer() [all …]
|
| HD | ieee80211_tdma.c | 674 #define ADDSHORT(frm, v) do { \ in ieee80211_add_tdma() macro 699 ADDSHORT(frm, slotlen); in ieee80211_add_tdma() 704 #undef ADDSHORT in ieee80211_add_tdma()
|
| HD | ieee80211_output.c | 1817 #define ADDSHORT(frm, v) do { \ in ieee80211_add_cfparms() macro 1825 ADDSHORT(frm, 0); /* CFP MaxDuration (TU) */ in ieee80211_add_cfparms() 1826 ADDSHORT(frm, 0); /* CFP CurRemaining (TU) */ in ieee80211_add_cfparms() 1828 #undef ADDSHORT in ieee80211_add_cfparms() 1872 #define ADDSHORT(frm, v) do { \ in ieee80211_add_wme_param() macro 1901 ADDSHORT(frm, ac->wmep_txopLimit); in ieee80211_add_wme_param() 1905 #undef ADDSHORT in ieee80211_add_wme_param()
|
| HD | ieee80211_hwmp.c | 671 #define ADDSHORT(frm, v) do { \ macro 767 ADDSHORT(frm, PERR_DRCODE(i)); in hwmp_add_meshperr()
|