Home
last modified time | relevance | path

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

123

/openbsd/usr.sbin/hostapd/
H A Dprint-802_11.c79 ieee80211_hdr(struct ieee80211_frame *wh) in ieee80211_hdr()
169 ieee80211_elements(struct ieee80211_frame *wh) in ieee80211_elements()
326 ieee80211_frame(struct ieee80211_frame *wh) in ieee80211_frame()
422 ieee80211_print(struct ieee80211_frame *wh) in ieee80211_print()
434 struct ieee80211_frame *wh = (struct ieee80211_frame*)buf; in ieee802_11_if_print() local
449 struct ieee80211_frame *wh; in ieee802_11_radio_if_print() local
H A Dapme.c83 struct ieee80211_frame *wh; in hostapd_apme_deauth() local
266 struct ieee80211_frame wh; in hostapd_apme_output() local
346 struct ieee80211_frame *wh; in hostapd_apme_frame() local
H A Dhandle.c112 struct ieee80211_frame *wh; in hostapd_handle_frame() local
/openbsd/sys/net80211/
H A Dieee80211_input.c162 struct ieee80211_frame *wh; in ieee80211_input_hwdecrypt() local
274 struct ieee80211_frame *wh; in ieee80211_inputm() local
825 struct ieee80211_frame *wh; in ieee80211_input_ba() local
907 struct ieee80211_frame *wh; in ieee80211_input_ba_seq() local
1122 struct ieee80211_frame *wh; in ieee80211_decap() local
1233 struct ieee80211_frame *wh; in ieee80211_amsdu_decap() local
1608 const struct ieee80211_frame *wh; in ieee80211_recv_probe_resp() local
2046 const struct ieee80211_frame *wh; in ieee80211_recv_probe_req() local
2149 const struct ieee80211_frame *wh; in ieee80211_recv_auth() local
2202 const struct ieee80211_frame *wh; in ieee80211_recv_assoc_req() local
[all …]
H A Dieee80211_crypto_ccmp.c81 ieee80211_ccmp_phase1(AES_CTX *ctx, const struct ieee80211_frame *wh, in ieee80211_ccmp_phase1()
170 const struct ieee80211_frame *wh; in ieee80211_ccmp_encrypt() local
307 struct ieee80211_frame *wh; in ieee80211_ccmp_get_pn() local
347 struct ieee80211_frame *wh; in ieee80211_ccmp_decrypt() local
H A Dieee80211_crypto_bip.c92 struct ieee80211_frame *wh; in ieee80211_bip_encap() local
156 struct ieee80211_frame *wh; in ieee80211_bip_decap() local
H A Dieee80211_output.c115 struct ieee80211_frame *wh; in ieee80211_output() local
158 ieee80211_action_name(struct ieee80211_frame *wh) in ieee80211_action_name()
181 struct ieee80211_frame *wh; in ieee80211_mgmt_output() local
526 struct ieee80211_frame *wh; in ieee80211_encap() local
1932 ieee80211_get_rts(struct ieee80211com *ic, const struct ieee80211_frame *wh, in ieee80211_get_rts()
1987 struct ieee80211_frame_min *wh; in ieee80211_get_compressed_bar() local
2043 struct ieee80211_frame *wh; in ieee80211_beacon_alloc() local
2128 const struct ieee80211_frame *wh; in ieee80211_pwrsave() local
H A Dieee80211_crypto_tkip.c122 const struct ieee80211_frame *wh; in ieee80211_tkip_mic() local
190 const struct ieee80211_frame *wh; in ieee80211_tkip_encrypt() local
320 struct ieee80211_frame *wh; in ieee80211_tkip_get_tsc() local
357 struct ieee80211_frame *wh; in ieee80211_tkip_decrypt() local
H A Dieee80211_crypto_wep.c86 const struct ieee80211_frame *wh; in ieee80211_wep_encrypt() local
204 struct ieee80211_frame *wh; in ieee80211_wep_decrypt() local
H A Dieee80211_proto.c146 struct ieee80211_frame *wh; in ieee80211_dump_pkt() local
877 ieee80211_auth_open(struct ieee80211com *ic, const struct ieee80211_frame *wh, in ieee80211_auth_open()
H A Dieee80211_crypto.c193 ieee80211_get_txkey(struct ieee80211com *ic, const struct ieee80211_frame *wh, in ieee80211_get_txkey()
217 struct ieee80211_frame *wh; in ieee80211_get_rxkey() local
H A Dieee80211_rssadapt.c82 const struct ieee80211_rateset *rs, const struct ieee80211_frame *wh, in ieee80211_rssadapt_choose()
H A Dieee80211_node.c1931 const struct ieee80211_frame *wh, const u_int8_t **bssid) in ieee80211_needs_rxnode()
1999 const struct ieee80211_frame *wh) in ieee80211_find_rxnode()
3256 struct ieee80211_frame *wh; in ieee80211_notify_dtim() local
/openbsd/usr.sbin/tcpdump/
H A Dprint-802_11.c122 ieee80211_hdr(struct ieee80211_frame *wh) in ieee80211_hdr()
181 ieee80211_data(struct ieee80211_frame *wh, u_int len) in ieee80211_data()
995 ieee80211_print_beacon(struct ieee80211_frame *wh, u_int len) in ieee80211_print_beacon()
1025 ieee80211_print_assocreq(struct ieee80211_frame *wh, u_int len) in ieee80211_print_assocreq()
1218 ieee80211_frame(struct ieee80211_frame *wh, u_int len) in ieee80211_frame()
1390 ieee80211_print(struct ieee80211_frame *wh, u_int len) in ieee80211_print()
1405 struct ieee80211_frame *wh = (struct ieee80211_frame*)p; in ieee802_11_if_print() local
1429 struct ieee80211_frame *wh; in ieee802_11_radio_if_print() local
H A Dprint-enc.c49 #define ENC_PRINT_TYPE(wh, xf, nam) \ argument
/openbsd/sys/dev/ic/
H A Dacx.c915 struct ieee80211_frame *wh; in acx_start() local
1350 struct ieee80211_frame *wh; in acx_rxeof() local
2298 struct ieee80211_frame *wh; in acx_set_null_tmplt() local
2318 struct ieee80211_frame *wh; in acx_set_probe_req_tmplt() local
2354 struct ieee80211_frame *wh; in acx_set_probe_resp_tmplt() local
H A Dar5008.c794 struct ieee80211_frame *wh; in ar5008_ccmp_decap() local
864 struct ieee80211_frame *wh; in ar5008_rx_process() local
1248 struct ieee80211_frame *wh; in ar5008_swba_intr() local
1478 struct ieee80211_frame *wh; in ar5008_tx() local
H A Drt2560.c1082 struct ieee80211_frame *wh; in rt2560_decryption_intr() local
1610 struct ieee80211_frame *wh; in rt2560_tx_mgt() local
1691 struct ieee80211_frame *wh; in rt2560_tx_data() local
H A Dan.c347 struct ieee80211_frame *wh; in an_rxeof() local
1078 struct ieee80211_frame *wh; in an_start() local
H A Dar9003.c919 struct ieee80211_frame *wh; in ar9003_rx_process() local
1185 struct ieee80211_frame *wh; in ar9003_swba_intr() local
1397 struct ieee80211_frame *wh; in ar9003_tx() local
2626 struct ieee80211_frame *wh; in ar9003_paprd_tx_tone() local
H A Dbwfm.c2411 struct ieee80211_frame *wh; in bwfm_rx_auth_ind() local
2449 struct ieee80211_frame *wh; in bwfm_rx_assoc_ind() local
2515 struct ieee80211_frame *wh; in bwfm_rx_leave_ind() local
2693 struct ieee80211_frame *wh; in bwfm_scan_node() local
/openbsd/sys/dev/usb/
H A Dif_urtwn.c1122 struct ieee80211_frame *wh; in urtwn_ccmp_decap() local
1169 struct ieee80211_frame *wh; in urtwn_rx_frame() local
1451 struct ieee80211_frame *wh, struct ieee80211_key *k, in urtwn_tx_fill_desc()
1554 struct ieee80211_frame *wh, struct ieee80211_key *k, in urtwn_tx_fill_desc_gen2()
1639 struct ieee80211_frame *wh; in urtwn_tx() local
H A Dif_rsu.c1082 struct ieee80211_frame *wh; in rsu_event_survey() local
1279 struct ieee80211_frame *wh; in rsu_rx_frame() local
1509 struct ieee80211_frame *wh; in rsu_tx() local
/openbsd/usr.bin/rdist/
H A Dexpand.c116 expand(struct namelist *list, int wh) /* quote in list->n_name */ in expand()
/openbsd/sys/dev/pci/
H A Dif_wpi.c1133 struct ieee80211_frame *wh; in wpi_ccmp_decap() local
1181 struct ieee80211_frame *wh; in wpi_rx_done() local
1654 struct ieee80211_frame *wh; in wpi_tx() local
2492 struct ieee80211_frame *wh; in wpi_scan() local

123