Home
last modified time | relevance | path

Searched defs:wh (Results 1 – 25 of 82) sorted by relevance

1234

/NextBSD/tools/tools/net80211/w00t/ap/
HDap.c92 void fill_basic(struct ieee80211_frame *wh, struct params *p) in fill_basic()
119 int fill_beacon(struct params *p, struct ieee80211_frame *wh) in fill_beacon()
156 struct ieee80211_frame *wh; in send_beacon() local
190 struct ieee80211_frame *wh; in send_pres() local
209 void read_preq(struct params *p, struct ieee80211_frame *wh, int len) in read_preq()
238 struct ieee80211_frame *wh; in send_auth() local
262 void read_auth(struct params *p, struct ieee80211_frame *wh, int len) in read_auth()
288 struct ieee80211_frame *wh; in send_assoc() local
321 void read_assoc(struct params *p, struct ieee80211_frame *wh, int len) in read_assoc()
352 void read_mgt(struct params *p, struct ieee80211_frame *wh, int len) in read_mgt()
[all …]
/NextBSD/tools/tools/net80211/w00t/assoc/
HDassoc.c85 void fill_basic(struct ieee80211_frame *wh, struct params *p) in fill_basic()
118 struct ieee80211_frame *wh; in send_probe_request() local
152 struct ieee80211_frame *wh; in send_auth() local
199 struct ieee80211_frame *wh; in send_assoc() local
236 int for_me(struct ieee80211_frame *wh, char *mac) in for_me()
241 int from_ap(struct ieee80211_frame *wh, char *mac) in from_ap()
246 void ack(struct params *p, struct ieee80211_frame *wh) in ack()
257 void generic_process(struct ieee80211_frame *wh, struct params *p, int len) in generic_process()
424 struct ieee80211_frame *wh; in get_probe_response() local
490 struct ieee80211_frame *wh; in get_auth() local
[all …]
/NextBSD/sys/net80211/
HDieee80211_sta.c470 isdstods_mcastecho(struct ieee80211vap *vap, const struct ieee80211_frame *wh) in isdstods_mcastecho()
472 #define QWH4(wh) ((const struct ieee80211_qosframe_addr4 *)wh) in isdstods_mcastecho() argument
473 #define WH4(wh) ((const struct ieee80211_frame_addr4 *)wh) in isdstods_mcastecho() argument
491 isfromds_mcastecho(struct ieee80211vap *vap, const struct ieee80211_frame *wh) in isfromds_mcastecho()
535 struct ieee80211_frame *wh; in sta_input() local
954 sta_auth_open(struct ieee80211_node *ni, struct ieee80211_frame *wh, in sta_auth_open()
983 sta_auth_shared(struct ieee80211_node *ni, struct ieee80211_frame *wh, in sta_auth_shared()
1104 const struct ieee80211_frame *wh) in ieee80211_parse_wmeparams()
1147 const struct ieee80211_frame *wh) in ieee80211_parse_csaparams()
1299 struct ieee80211_frame *wh; in sta_recv_mgmt() local
HDieee80211_input.c183 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in ieee80211_defrag() local
304 struct ieee80211_qosframe_addr4 wh; in ieee80211_decap() local
495 struct ieee80211_frame *wh; in ieee80211_parse_beacon() local
734 struct ieee80211_frame *wh; in ieee80211_parse_action() local
866 const struct ieee80211_frame *wh) in ieee80211_getbssid()
894 const struct ieee80211_frame *wh, in ieee80211_note_frame()
923 const struct ieee80211_frame *wh, in ieee80211_discard_frame()
944 const struct ieee80211_frame *wh, in ieee80211_discard_ie()
HDieee80211_hostap.c482 struct ieee80211_frame *wh; in hostap_input() local
920 hostap_auth_open(struct ieee80211_node *ni, struct ieee80211_frame *wh, in hostap_auth_open()
998 hostap_auth_shared(struct ieee80211_node *ni, struct ieee80211_frame *wh, in hostap_auth_shared()
1237 struct ieee80211_rsnparms *rsn, const struct ieee80211_frame *wh) in ieee80211_parse_wpa()
1385 struct ieee80211_rsnparms *rsn, const struct ieee80211_frame *wh) in ieee80211_parse_rsn()
1477 const struct ieee80211_frame *wh, const uint8_t *wpa, in wpa_assocreq()
1606 ratesetmismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, in ratesetmismatch()
1617 capinfomismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, in capinfomismatch()
1631 htcapmismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, in htcapmismatch()
1642 authalgreject(struct ieee80211_node *ni, const struct ieee80211_frame *wh, in authalgreject()
[all …]
HDieee80211_mesh.c1146 const struct ieee80211_frame *wh = in mesh_forward() local
1249 #define WHDIR(wh) ((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) in mesh_decap() argument
1253 const struct ieee80211_qosframe_addr4 *wh; in mesh_decap() local
1340 mesh_isucastforme(struct ieee80211vap *vap, const struct ieee80211_frame *wh, in mesh_isucastforme()
1369 struct ieee80211_frame *wh, const struct ieee80211_meshcntl *mc) in mesh_recv_indiv_data_to_fwrd()
1426 struct ieee80211_frame *wh, const struct ieee80211_meshcntl *mc) in mesh_recv_indiv_data_to_me()
1494 struct ieee80211_frame *wh, const struct ieee80211_meshcntl *mc) in mesh_recv_group_data()
1533 struct ieee80211_frame *wh; in mesh_input() local
1858 struct ieee80211_frame *wh; in mesh_recv_mgmt() local
2129 const struct ieee80211_frame *wh, /* XXX for VERIFY_LENGTH */ in mesh_parse_meshpeering_action()
[all …]
HDieee80211_crypto_ccmp.c222 struct ieee80211_frame *wh; in ccmp_decap() local
311 ccmp_init_blocks(rijndael_ctx *ctx, struct ieee80211_frame *wh, in ccmp_init_blocks()
316 #define IS_QOS_DATA(wh) IEEE80211_QOS_HAS_SEQ(wh) in ccmp_init_blocks() argument
419 struct ieee80211_frame *wh; in ccmp_encrypt() local
565 struct ieee80211_frame *wh; in ccmp_decrypt() local
HDieee80211_crypto_none.c102 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in none_encap() local
123 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in none_decap() local
HDieee80211_crypto_tkip.c188 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in tkip_encap() local
229 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in tkip_enmic() local
264 struct ieee80211_frame *wh; in tkip_decap() local
338 struct ieee80211_frame *wh; in tkip_demic() local
777 const struct ieee80211_frame_addr4 *wh = in michael_mic_hdr() local
938 struct ieee80211_frame *wh; in tkip_encrypt() local
964 struct ieee80211_frame *wh; in tkip_decrypt() local
HDieee80211_output.c553 struct ieee80211_frame *wh; in ieee80211_output() local
688 #define WH4(wh) ((struct ieee80211_frame_addr4 *)wh) in ieee80211_send_setup() argument
691 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in ieee80211_send_setup() local
793 struct ieee80211_frame *wh; in ieee80211_mgmt_output() local
869 struct ieee80211_frame *wh; in ieee80211_send_nulldata() local
1200 #define WH4(wh) ((struct ieee80211_frame_addr4 *)(wh)) in ieee80211_encap() argument
1210 struct ieee80211_frame *wh; in ieee80211_encap() local
1611 struct ieee80211_frame *wh, *whf; in ieee80211_fragment() local
2043 struct ieee80211_frame *wh; in ieee80211_send_probereq() local
2708 struct ieee80211_frame *wh; in ieee80211_send_proberesp() local
[all …]
HDieee80211_adhoc.c299 struct ieee80211_frame *wh; in adhoc_input() local
697 struct ieee80211_frame *wh; in adhoc_recv_mgmt() local
927 struct ieee80211_frame *wh; in ahdemo_recv_mgmt() local
HDieee80211_action.c152 recv_inval(struct ieee80211_node *ni, const struct ieee80211_frame *wh, in recv_inval()
221 const struct ieee80211_frame *wh, in ieee80211_recv_action()
HDieee80211_hwmp.c315 const struct ieee80211_frame *wh, const uint8_t *iefrm) in verify_mesh_preq_len()
346 const struct ieee80211_frame *wh, const uint8_t *iefrm) in verify_mesh_prep_len()
370 const struct ieee80211_frame *wh, const uint8_t *iefrm) in verify_mesh_perr_len()
406 const struct ieee80211_frame *wh, in hwmp_recv_action_meshpath()
952 const struct ieee80211_frame *wh, const struct ieee80211_meshpreq_ie *preq) in hwmp_recv_preq()
1271 const struct ieee80211_frame *wh, const struct ieee80211_meshprep_ie *prep) in hwmp_recv_prep()
1545 const struct ieee80211_frame *wh, const struct ieee80211_meshperr_ie *perr) in hwmp_recv_perr()
1745 const struct ieee80211_frame *wh, const struct ieee80211_meshrann_ie *rann) in hwmp_recv_rann()
HDieee80211_wds.c414 struct ieee80211_frame *wh; in wds_input() local
750 struct ieee80211_frame *wh; in wds_recv_mgmt() local
HDieee80211_node.c1480 const struct ieee80211_frame *wh, in ieee80211_init_neighbor()
1555 const struct ieee80211_frame *wh, in ieee80211_add_neighbor()
1579 #define IS_PROBEREQ(wh) \ argument
1582 #define IS_BCAST_PROBEREQ(wh) \ argument
1588 const struct ieee80211_frame_min *wh) in _find_rxnode()
1603 const struct ieee80211_frame_min *wh, const char *func, int line) in ieee80211_find_rxnode_debug()
1631 const struct ieee80211_frame_min *wh, ieee80211_keyix keyix, in ieee80211_find_rxnode_withkey_debug()
HDieee80211_proto.h151 const struct ieee80211_frame *wh = data; in ieee80211_hdrsize() local
170 const struct ieee80211_frame *wh = data; in ieee80211_anyhdrsize() local
285 ieee80211_gettid(const struct ieee80211_frame *wh) in ieee80211_gettid()
/NextBSD/tools/tools/net80211/w00t/expand/
HDexpand.c52 struct ieee80211_frame *wh; member
86 int wanted(struct params *p, struct ieee80211_frame *wh, int len) in wanted()
114 void enque(struct params *p, char **buf, struct ieee80211_frame *wh, int len) in enque()
181 struct ieee80211_frame *wh; in send_mcast() local
319 void got_mcast(struct params *p, struct ieee80211_frame *wh, int len) in got_mcast()
328 struct ieee80211_frame *wh; in read_wifi() local
/NextBSD/tools/tools/net80211/w00t/prga/
HDprga.c150 int is_arp(struct ieee80211_frame *wh, int len) in is_arp()
163 struct ieee80211_frame *wh; in get_prga() local
239 struct ieee80211_frame *wh; in send_packet() local
259 struct ieee80211_frame *wh; in send_frag() local
341 struct ieee80211_frame *wh; in wait_ack() local
408 struct ieee80211_frame *wh; in wait_relay() local
510 struct ieee80211_frame *wh; in read_tap() local
/NextBSD/tools/tools/net80211/w00t/libw00t/
HDw00t.c81 unsigned short seqno(struct ieee80211_frame *wh) in seqno()
305 int wep_decrypt(struct ieee80211_frame *wh, int len, char *key, int klen) in wep_decrypt()
333 void wep_encrypt(struct ieee80211_frame *wh, int len, char *key, int klen) in wep_encrypt()
356 int frame_type(struct ieee80211_frame *wh, int type, int stype) in frame_type()
393 static int is_arp(struct ieee80211_frame *wh, int len) in is_arp()
402 char *known_pt(struct ieee80211_frame *wh, int *len) in known_pt()
/NextBSD/tools/tools/net80211/wesside/wesside/
HDwesside.c82 struct ieee80211_frame wh; member
585 void fill_basic(struct ieee80211_frame* wh) { in fill_basic()
603 struct ieee80211_frame* wh = (struct ieee80211_frame*) buf; in send_assoc() local
659 struct ieee80211_frame* wh = (struct ieee80211_frame*) buf; in send_auth() local
673 int get_victim_ssid(struct ieee80211_frame* wh, int len) { in get_victim_ssid()
995 void stuff_for_us(struct ieee80211_frame* wh, int len) { in stuff_for_us()
1154 void decrypt_arpreq(struct ieee80211_frame* wh, int rd) { in decrypt_arpreq()
1206 void log_wep(struct ieee80211_frame* wh, int len) { in log_wep()
1242 void try_dictionary(struct ieee80211_frame* wh, int len) { in try_dictionary()
1336 int is_arp(struct ieee80211_frame *wh, int len) in is_arp()
[all …]
/NextBSD/tools/tools/net80211/w00t/redir/
HDredir.c53 struct ieee80211_frame *wh; member
127 int wanted(struct params *p, struct ieee80211_frame *wh, int len) in wanted()
155 void enque(struct params *p, char **buf, struct ieee80211_frame *wh, int len) in enque()
237 struct ieee80211_frame *wh; in send_packet() local
257 struct ieee80211_frame *wh; in send_header() local
334 struct ieee80211_frame *wh; in send_data() local
388 struct ieee80211_frame *wh; in read_wifi() local
/NextBSD/sys/dev/ath/
HDif_ath_tx.c184 const struct ieee80211_frame *wh; in ath_tx_gettid() local
197 struct ieee80211_frame *wh; in ath_tx_set_retry() local
231 const struct ieee80211_frame *wh; in ath_tx_getac() local
706 struct ieee80211_frame *wh; in ath_tx_handoff_mcast() local
1033 struct ieee80211_frame *wh; in ath_tx_calc_protection() local
1096 struct ieee80211_frame *wh; in ath_tx_calc_duration() local
1418 struct ieee80211_frame *wh; in ath_tx_should_swq_frame() local
1537 struct ieee80211_frame *wh; in ath_tx_normal_setup() local
1846 const struct ieee80211_frame *wh; in ath_tx_start() local
2065 struct ieee80211_frame *wh; in ath_tx_raw_start() local
[all …]
/NextBSD/tools/tools/net80211/wlaninject/
HDwlaninject.c297 int header_len(struct ieee80211_frame *wh) in header_len()
471 struct ieee80211_frame *wh; in do_verify() local
539 struct ieee80211_frame *wh = &u.w; in main() local
/NextBSD/contrib/tcpdump/
HDprint-enc.c81 #define ENC_PRINT_TYPE(wh, xf, nam) \ argument
/NextBSD/sys/compat/linuxkpi/common/include/net/
HDipv6.h63 __be32 wh, __be32 wl) in __ipv6_addr_set_half()

1234