| /freebsd/sys/net80211/ |
| H A D | ieee80211_crypto.c | 62 null_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k, in null_key_alloc() 87 null_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) in null_key_delete() 92 null_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) in null_key_set() 96 static void null_key_update(struct ieee80211vap *vap) {} in null_key_update() 108 cipher_attach(struct ieee80211vap *vap, struct ieee80211_key *key) in cipher_attach() 117 dev_key_alloc(struct ieee80211vap *vap, in dev_key_alloc() 125 dev_key_delete(struct ieee80211vap *vap, in dev_key_delete() 132 dev_key_set(struct ieee80211vap *vap, const struct ieee80211_key *key) in dev_key_set() 227 ieee80211_crypto_vattach(struct ieee80211vap *vap) in ieee80211_crypto_vattach() 252 ieee80211_crypto_vdetach(struct ieee80211vap *vap) in ieee80211_crypto_vdetach() [all …]
|
| H A D | ieee80211_proto.c | 317 null_update_beacon(struct ieee80211vap *vap, int item) in null_update_beacon() 322 ieee80211_proto_vattach(struct ieee80211vap *vap) in ieee80211_proto_vattach() 401 ieee80211_proto_vdetach(struct ieee80211vap *vap) in ieee80211_proto_vdetach() 641 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_fix_rate() local 766 ieee80211_vap_reset_erp(struct ieee80211vap *vap) in ieee80211_vap_reset_erp() 826 vap_update_bss(struct ieee80211vap *vap, struct ieee80211_node *ni) in vap_update_bss() 859 struct ieee80211vap *vap = arg; in vap_update_slot() local 932 struct ieee80211vap *vap = arg; in vap_update_erp_protmode() local 998 struct ieee80211vap *vap = arg; in vap_update_preamble() local 1064 struct ieee80211vap *vap = arg; in vap_update_ht_protmode() local [all …]
|
| H A D | ieee80211_freebsd.c | 120 struct ieee80211vap *vap; in wlan_clone_create() local 174 struct ieee80211vap *vap = ifp->if_softc; in wlan_clone_destroy() local 183 ieee80211_vap_destroy(struct ieee80211vap *vap) in ieee80211_vap_destroy() 248 struct ieee80211vap *vap = arg1; in ieee80211_sysctl_vap_restart() local 270 ieee80211_sysctl_vattach(struct ieee80211vap *vap) in ieee80211_sysctl_vattach() 354 ieee80211_sysctl_vdetach(struct ieee80211vap *vap) in ieee80211_sysctl_vdetach() 365 ieee80211_com_vincref(struct ieee80211vap *vap) in ieee80211_com_vincref() 386 ieee80211_com_vdecref(struct ieee80211vap *vap) in ieee80211_com_vdecref() 399 ieee80211_com_vdetach(struct ieee80211vap *vap) in ieee80211_com_vdetach() 439 ieee80211_flush_ifq(struct ifqueue *ifq, struct ieee80211vap *vap) in ieee80211_flush_ifq() [all …]
|
| H A D | ieee80211_ioctl.c | 73 ieee80211_ioctl_getkey(u_long cmd, struct ieee80211vap *vap, in ieee80211_ioctl_getkey() 130 ieee80211_ioctl_getchanlist(struct ieee80211vap *vap, struct ieee80211req *ireq) in ieee80211_ioctl_getchanlist() 140 ieee80211_ioctl_getchaninfo(struct ieee80211vap *vap, struct ieee80211req *ireq) in ieee80211_ioctl_getchaninfo() 154 ieee80211_ioctl_getwpaie(struct ieee80211vap *vap, in ieee80211_ioctl_getwpaie() 210 ieee80211_ioctl_getstastats(struct ieee80211vap *vap, struct ieee80211req *ireq) in ieee80211_ioctl_getstastats() 315 ieee80211_ioctl_getscanresults(struct ieee80211vap *vap, in ieee80211_ioctl_getscanresults() 380 struct ieee80211vap *vap = ni->ni_vap; in get_sta_info() local 456 getstainfo_common(struct ieee80211vap *vap, struct ieee80211req *ireq, in getstainfo_common() 501 ieee80211_ioctl_getstainfo(struct ieee80211vap *vap, struct ieee80211req *ireq) in ieee80211_ioctl_getstainfo() 525 ieee80211_ioctl_getstatxpow(struct ieee80211vap *vap, struct ieee80211req *ireq) in ieee80211_ioctl_getstatxpow() [all …]
|
| H A D | ieee80211_scan.c | 128 ieee80211_scan_vattach(struct ieee80211vap *vap) in ieee80211_scan_vattach() 151 ieee80211_scan_vdetach(struct ieee80211vap *vap) in ieee80211_scan_vdetach() 233 ieee80211_scan_update_locked(struct ieee80211vap *vap, in ieee80211_scan_update_locked() 299 struct ieee80211vap *vap = ss->ss_vap; in ieee80211_scan_dump() local 309 ieee80211_scan_copy_ssid(struct ieee80211vap *vap, struct ieee80211_scan_state *ss, in ieee80211_scan_copy_ssid() 327 ieee80211_start_scan(struct ieee80211vap *vap, int flags, in ieee80211_start_scan() 352 ieee80211_check_scan(struct ieee80211vap *vap, int flags, in ieee80211_check_scan() 410 ieee80211_check_scan_current(struct ieee80211vap *vap) in ieee80211_check_scan_current() 423 ieee80211_bg_scan(struct ieee80211vap *vap, int flags) in ieee80211_bg_scan() 464 ieee80211_cancel_scan(struct ieee80211vap *vap) in ieee80211_cancel_scan() [all …]
|
| H A D | ieee80211_tdma.c | 123 settxparms(struct ieee80211vap *vap, enum ieee80211_phymode mode, int rate) in settxparms() 145 ieee80211_tdma_vattach(struct ieee80211vap *vap) in ieee80211_tdma_vattach() 197 tdma_vdetach(struct ieee80211vap *vap) in tdma_vdetach() 215 struct ieee80211vap *vap = ni->ni_vap; in sta_leave() local 225 tdma_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) in tdma_newstate() 292 tdma_beacon_miss(struct ieee80211vap *vap) in tdma_beacon_miss() 331 struct ieee80211vap *vap = ni->ni_vap; in tdma_recv_mgmt() local 410 tdma_update(struct ieee80211vap *vap, const struct ieee80211_tdma_param *tdma, in tdma_update() 527 struct ieee80211vap *vap = ni->ni_vap; in tdma_process_params() local 632 ieee80211_tdma_getslot(struct ieee80211vap *vap) in ieee80211_tdma_getslot() [all …]
|
| H A D | ieee80211_node.c | 154 ieee80211_node_vattach(struct ieee80211vap *vap) in ieee80211_node_vattach() 172 ieee80211_node_latevattach(struct ieee80211vap *vap) in ieee80211_node_latevattach() 207 ieee80211_node_vdetach(struct ieee80211vap *vap) in ieee80211_node_vdetach() 234 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_node_authorize() local 247 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_node_unauthorize() local 265 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_node_setuptxparms() local 307 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_node_set_chan() local 351 ieee80211_create_ibss(struct ieee80211vap* vap, struct ieee80211_channel *chan) in ieee80211_create_ibss() 465 ieee80211_reset_bss(struct ieee80211vap *vap) in ieee80211_reset_bss() 506 check_bss(struct ieee80211vap *vap, struct ieee80211_node *ni) in check_bss() [all …]
|
| H A D | ieee80211_power.c | 66 ieee80211_power_vattach(struct ieee80211vap *vap) in ieee80211_power_vattach() 79 ieee80211_power_latevattach(struct ieee80211vap *vap) in ieee80211_power_latevattach() 100 ieee80211_power_vdetach(struct ieee80211vap *vap) in ieee80211_power_vdetach() 234 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_node_psq_age() local 274 ieee80211_update_ps(struct ieee80211vap *vap, int nsta) in ieee80211_update_ps() 288 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_set_tim() local 328 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_pwrsave() local 421 struct ieee80211vap *vap = ni->ni_vap; in pwrsave_flushq() local 482 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_node_pwrsave() local 522 ieee80211_sta_pwrsave(struct ieee80211vap *vap, int enable) in ieee80211_sta_pwrsave() [all …]
|
| H A D | ieee80211_scan_sw.c | 124 ieee80211_swscan_vattach(struct ieee80211vap *vap) in ieee80211_swscan_vattach() 134 ieee80211_swscan_vdetach(struct ieee80211vap *vap) in ieee80211_swscan_vdetach() 147 ieee80211_swscan_set_scan_duration(struct ieee80211vap *vap, u_int duration) in ieee80211_swscan_set_scan_duration() 164 struct ieee80211vap *vap, int flags, u_int duration, in ieee80211_swscan_start_scan_locked() 241 struct ieee80211vap *vap, int flags, in ieee80211_swscan_start_scan() 268 struct ieee80211vap *vap, int flags, in ieee80211_swscan_check_scan() 333 struct ieee80211vap *vap, int flags) in ieee80211_swscan_bg_scan() 434 cancel_scan(struct ieee80211vap *vap, int any, const char *func) in cancel_scan() 471 ieee80211_swscan_cancel_scan(struct ieee80211vap *vap) in ieee80211_swscan_cancel_scan() 480 ieee80211_swscan_cancel_anyscan(struct ieee80211vap *vap) in ieee80211_swscan_cancel_anyscan() [all …]
|
| H A D | ieee80211_mesh.c | 197 mesh_rt_add_locked(struct ieee80211vap *vap, in mesh_rt_add_locked() 224 ieee80211_mesh_rt_find(struct ieee80211vap *vap, in ieee80211_mesh_rt_find() 237 ieee80211_mesh_rt_add(struct ieee80211vap *vap, in ieee80211_mesh_rt_add() 302 ieee80211_mesh_proxy_check(struct ieee80211vap *vap, in ieee80211_mesh_proxy_check() 362 ieee80211_mesh_rt_del(struct ieee80211vap *vap, in ieee80211_mesh_rt_del() 387 ieee80211_mesh_rt_flush(struct ieee80211vap *vap) in ieee80211_mesh_rt_flush() 401 ieee80211_mesh_rt_flush_peer(struct ieee80211vap *vap, in ieee80211_mesh_rt_flush_peer() 420 mesh_rt_flush_invalid(struct ieee80211vap *vap) in mesh_rt_flush_invalid() 479 mesh_select_proto_path(struct ieee80211vap *vap, const char *name) in mesh_select_proto_path() 494 mesh_select_proto_metric(struct ieee80211vap *vap, const char *name) in mesh_select_proto_metric() [all …]
|
| H A D | ieee80211_acl.c | 99 acl_attach(struct ieee80211vap *vap) in acl_attach() 117 acl_detach(struct ieee80211vap *vap) in acl_detach() 156 acl_check(struct ieee80211vap *vap, const struct ieee80211_frame *wh) in acl_check() 173 acl_add(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) in acl_add() 212 acl_remove(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) in acl_remove() 231 acl_free_all(struct ieee80211vap *vap) in acl_free_all() 247 acl_setpolicy(struct ieee80211vap *vap, int policy) in acl_setpolicy() 274 acl_getpolicy(struct ieee80211vap *vap) in acl_getpolicy() 282 acl_setioctl(struct ieee80211vap *vap, struct ieee80211req *ireq) in acl_setioctl() 289 acl_getioctl(struct ieee80211vap *vap, struct ieee80211req *ireq) in acl_getioctl()
|
| H A D | ieee80211_sta.c | 87 sta_vdetach(struct ieee80211vap *vap) in sta_vdetach() 92 sta_vattach(struct ieee80211vap *vap) in sta_vattach() 108 sta_beacon_miss(struct ieee80211vap *vap) in sta_beacon_miss() 184 sta_authretry(struct ieee80211vap *vap, struct ieee80211_node *ni, int reason) in sta_authretry() 205 sta_swbmiss_start(struct ieee80211vap *vap) in sta_swbmiss_start() 227 sta_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) in sta_newstate() 473 isdstods_mcastecho(struct ieee80211vap *vap, const struct ieee80211_frame *wh) in isdstods_mcastecho() 494 isfromds_mcastecho(struct ieee80211vap *vap, const struct ieee80211_frame *wh) in isfromds_mcastecho() 510 doprint(struct ieee80211vap *vap, int subtype) in doprint() 535 struct ieee80211vap *vap = ni->ni_vap; in sta_input() local [all …]
|
| H A D | ieee80211_input.c | 121 struct ieee80211vap *vap; in ieee80211_input_mimo_all() local 175 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_defrag() local 274 ieee80211_deliver_data(struct ieee80211vap *vap, in ieee80211_deliver_data() 312 ieee80211_decap(struct ieee80211vap *vap, struct mbuf *m, int hdrlen, in ieee80211_decap() 428 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_setup_rates() local 464 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_send_error() local 519 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_parse_beacon() local 792 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_parse_action() local 915 ieee80211_ssid_mismatch(struct ieee80211vap *vap, const char *tag, in ieee80211_ssid_mismatch() 928 ieee80211_getbssid(const struct ieee80211vap *vap, in ieee80211_getbssid() [all …]
|
| H A D | ieee80211_ht.c | 250 ieee80211_ht_vattach(struct ieee80211vap *vap) in ieee80211_ht_vattach() 312 ieee80211_ht_vdetach(struct ieee80211vap *vap) in ieee80211_ht_vdetach() 471 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_decap_amsdu() local 548 struct ieee80211vap *vap = ni->ni_vap; in ampdu_rx_add_slot() local 699 struct ieee80211vap *vap = ni->ni_vap; in ampdu_rx_start() local 836 struct ieee80211vap *vap = ni->ni_vap; in ampdu_rx_moveup() local 877 struct ieee80211vap *vap = ni->ni_vap; in ampdu_rx_dispatch() local 942 struct ieee80211vap *vap = ni->ni_vap; in ampdu_rx_flush_upto() local 1005 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_ampdu_reorder() local 1228 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_recv_bar() local [all …]
|
| H A D | ieee80211_output.c | 94 doprint(struct ieee80211vap *vap, int subtype) in doprint() 121 ieee80211_vap_pkt_send_dest(struct ieee80211vap *vap, struct mbuf *m, in ieee80211_vap_pkt_send_dest() 345 ieee80211_start_pkt(struct ieee80211vap *vap, struct mbuf *m) in ieee80211_start_pkt() 347 #define IS_DWDS(vap) \ in ieee80211_start_pkt() argument 496 struct ieee80211vap *vap = ifp->if_softc; in ieee80211_vap_transmit() local 560 ieee80211_raw_output(struct ieee80211vap *vap, struct ieee80211_node *ni, in ieee80211_raw_output() 750 struct ieee80211vap *vap; in ieee80211_output() local 892 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_send_setup() local 997 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_mgmt_output() local 1057 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_nulldata_transmitted() local [all …]
|
| H A D | ieee80211_crypto_none.c | 75 none_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in none_attach() 101 struct ieee80211vap *vap = k->wk_private; in none_encap() local 122 struct ieee80211vap *vap = k->wk_private; in none_decap() local 142 struct ieee80211vap *vap = k->wk_private; in none_enmic() local 151 struct ieee80211vap *vap = k->wk_private; in none_demic() local
|
| H A D | ieee80211_superg.c | 149 ieee80211_superg_vattach(struct ieee80211vap *vap) in ieee80211_superg_vattach() 164 ieee80211_superg_vdetach(struct ieee80211vap *vap) in ieee80211_superg_vdetach() 201 const struct ieee80211vap *vap = bss->ni_vap; in ieee80211_add_athcaps() local 224 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_parse_athparams() local 274 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_ff_decap() local 361 ieee80211_ff_encap(struct ieee80211vap *vap, struct mbuf *m1, int hdrspace, in ieee80211_ff_encap() 494 ieee80211_amsdu_encap(struct ieee80211vap *vap, struct mbuf *m1, int hdrspace, in ieee80211_amsdu_encap() 593 struct ieee80211vap *vap = ni->ni_vap; in ff_transmit() local 616 struct ieee80211vap *vap; in ff_flush() local 727 struct ieee80211vap *vap = ni->ni_vap; in ff_approx_txtime() local [all …]
|
| H A D | ieee80211_monitor.c | 75 monitor_vdetach(struct ieee80211vap *vap) in monitor_vdetach() 80 monitor_vattach(struct ieee80211vap *vap) in monitor_vattach() 91 monitor_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) in monitor_newstate() 128 struct ieee80211vap *vap = ni->ni_vap; in monitor_input() local
|
| H A D | ieee80211_ratectl_none.c | 52 none_init(struct ieee80211vap *vap) in none_init() 57 none_deinit(struct ieee80211vap *vap) in none_deinit() 91 none_tx_update(struct ieee80211vap *vap, in none_tx_update() 97 none_setinterval(const struct ieee80211vap *vap, int msecs) in none_setinterval()
|
| H A D | ieee80211_hwmp.c | 254 hwmp_vattach(struct ieee80211vap *vap) in hwmp_vattach() 274 hwmp_vdetach(struct ieee80211vap *vap) in hwmp_vdetach() 284 hwmp_newstate(struct ieee80211vap *vap, enum ieee80211_state ostate, int arg) in hwmp_newstate() 305 verify_mesh_preq_len(struct ieee80211vap *vap, in verify_mesh_preq_len() 336 verify_mesh_prep_len(struct ieee80211vap *vap, in verify_mesh_prep_len() 360 verify_mesh_perr_len(struct ieee80211vap *vap, in verify_mesh_perr_len() 400 struct ieee80211vap *vap = ni->ni_vap; in hwmp_recv_action_meshpath() local 580 hwmp_send_action(struct ieee80211vap *vap, in hwmp_send_action() 800 hwmp_rootmode_setup(struct ieee80211vap *vap) in hwmp_rootmode_setup() 834 struct ieee80211vap *vap = (struct ieee80211vap *)arg; in hwmp_rootmode_cb() local [all …]
|
| H A D | ieee80211_adhoc.c | 91 adhoc_vdetach(struct ieee80211vap *vap) in adhoc_vdetach() 96 adhoc_vattach(struct ieee80211vap *vap) in adhoc_vattach() 120 struct ieee80211vap *vap = ni->ni_vap; in sta_leave() local 130 adhoc_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) in adhoc_newstate() 281 doprint(struct ieee80211vap *vap, int subtype) in doprint() 306 struct ieee80211vap *vap = ni->ni_vap; in adhoc_input() local 707 struct ieee80211vap *vap = ni->ni_vap; in adhoc_recv_mgmt() local 1006 struct ieee80211vap *vap = ni->ni_vap; in ahdemo_recv_mgmt() local
|
| H A D | ieee80211_vht.c | 136 ieee80211_vht_vattach(struct ieee80211vap *vap) in ieee80211_vht_vattach() 161 ieee80211_vht_vdetach(struct ieee80211vap *vap) in ieee80211_vht_vdetach() 324 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_setup_vht_rates() local 354 ieee80211_vht_timeout(struct ieee80211vap *vap) in ieee80211_vht_timeout() 399 struct ieee80211vap *vap = ni->ni_vap; in ieee80211_vht_get_vhtcap_ie() local 755 ieee80211_add_vhtcap_ch(uint8_t *frm, struct ieee80211vap *vap, in ieee80211_add_vhtcap_ch() 778 ieee80211_vht_get_chwidth_ie(const struct ieee80211vap *vap, in ieee80211_vht_get_chwidth_ie() 941 const struct ieee80211vap *vap; in ieee80211_vht_check_tx_vht() local 966 struct ieee80211vap *vap; in ieee80211_vht_check_tx_vht40() local 989 struct ieee80211vap *vap; in ieee80211_vht_check_tx_vht80() local [all …]
|
| /freebsd/contrib/libxo/libxo/ |
| H A D | xo.h | 228 xo_emit_hvp (xo_handle_t *xop, const char *fmt, va_list vap) in xo_emit_hvp() 237 va_list vap; in xo_emit_hp() local 248 va_list vap; in xo_emit_p() local 258 const char *fmt, va_list vap) in xo_emit_hvfp() 267 va_list vap; in xo_emit_hfp() local 278 va_list vap; in xo_emit_fp() local 487 const char *fmt, va_list vap) in xo_emit_warn_hcvp() 496 va_list vap; in xo_emit_warn_hcp() local 506 va_list vap; in xo_emit_warn_cp() local 517 va_list vap; in xo_emit_warn_p() local [all …]
|
| /freebsd/sys/dev/wtap/ |
| H A D | if_wtap.c | 147 struct ieee80211vap *vap = ni->ni_vap; in wtap_recv_mgmt() local 184 wtap_reset_vap(struct ieee80211vap *vap, u_long cmd) in wtap_reset_vap() 192 wtap_beacon_update(struct ieee80211vap *vap, int item) in wtap_beacon_update() 206 struct ieee80211vap *vap = ni->ni_vap; in wtap_beacon_alloc() local 227 wtap_beacon_config(struct wtap_softc *sc, struct ieee80211vap *vap) in wtap_beacon_config() 236 struct ieee80211vap *vap = arg; in wtap_beacon_intrp() local 275 wtap_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) in wtap_newstate() 347 wtap_bmiss(struct ieee80211vap *vap) in wtap_bmiss() 362 struct ieee80211vap *vap; in wtap_vap_create() local 407 wtap_vap_delete(struct ieee80211vap *vap) in wtap_vap_delete() [all …]
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm_mac_ctxt.c | 258 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); in iwm_mac_ctxt_cmd_common() local 384 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); in iwm_mac_ctxt_cmd_fill_sta() local 463 iwm_mac_ctxt_cmd_station(struct iwm_softc *sc, struct ieee80211vap *vap, in iwm_mac_ctxt_cmd_station() 491 iwm_mac_ctx_send(struct iwm_softc *sc, struct ieee80211vap *vap, in iwm_mac_ctx_send() 498 iwm_mac_ctxt_add(struct iwm_softc *sc, struct ieee80211vap *vap) in iwm_mac_ctxt_add() 517 iwm_mac_ctxt_changed(struct iwm_softc *sc, struct ieee80211vap *vap) in iwm_mac_ctxt_changed()
|