Home
last modified time | relevance | path

Searched refs:iv_ic (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/sys/net80211/
H A Dieee80211_scan.c131 struct ieee80211com *ic = vap->iv_ic; in ieee80211_scan_vattach()
154 struct ieee80211com *ic = vap->iv_ic; in ieee80211_scan_vdetach()
237 struct ieee80211com *ic = vap->iv_ic; in ieee80211_scan_update_locked()
333 struct ieee80211com *ic = vap->iv_ic; in ieee80211_start_scan()
357 struct ieee80211com *ic = vap->iv_ic; in ieee80211_check_scan()
426 struct ieee80211com *ic = vap->iv_ic; in ieee80211_bg_scan()
454 struct ieee80211com *ic = vap->iv_ic; in ieee80211_cancel_scan()
468 struct ieee80211com *ic = vap->iv_ic; in ieee80211_cancel_anyscan()
481 struct ieee80211com *ic = vap->iv_ic; in ieee80211_scan_next()
494 struct ieee80211com *ic = vap->iv_ic; in ieee80211_scan_done()
[all …]
H A Dieee80211_proto.c324 struct ieee80211com *ic = vap->iv_ic; in ieee80211_proto_vattach()
768 struct ieee80211com *ic = vap->iv_ic; in ieee80211_vap_reset_erp()
830 IEEE80211_LOCK_ASSERT(vap->iv_ic); in vap_update_bss()
860 struct ieee80211com *ic = vap->iv_ic; in vap_update_slot()
933 struct ieee80211com *ic = vap->iv_ic; in vap_update_erp_protmode()
999 struct ieee80211com *ic = vap->iv_ic; in vap_update_preamble()
2069 IEEE80211_LOCK(vap->iv_ic); in ieee80211_init()
2071 IEEE80211_UNLOCK(vap->iv_ic); in ieee80211_init()
2502 IEEE80211_LOCK_ASSERT(vap->iv_ic); in _ieee80211_newstate_get_next_empty_slot()
2519 IEEE80211_LOCK_ASSERT(vap->iv_ic); in _ieee80211_newstate_get_next_pending_slot()
[all …]
H A Dieee80211_scan_sw.c137 struct ieee80211com *ic = vap->iv_ic; in ieee80211_swscan_vdetach()
150 struct ieee80211com *ic = vap->iv_ic; in ieee80211_swscan_set_scan_duration()
169 struct ieee80211com *ic = vap->iv_ic; in ieee80211_swscan_start_scan_locked()
244 struct ieee80211com *ic = vap->iv_ic; in ieee80211_swscan_start_scan()
271 struct ieee80211com *ic = vap->iv_ic; in ieee80211_swscan_check_scan()
334 struct ieee80211com *ic = vap->iv_ic; in ieee80211_swscan_bg_scan()
431 struct ieee80211com *ic = vap->iv_ic; in cancel_scan()
493 struct ieee80211_scan_state *ss = vap->iv_ic->ic_scan; in ieee80211_swscan_scan_next()
509 struct ieee80211com *ic = vap->iv_ic; in ieee80211_swscan_scan_done()
527 struct ieee80211com *ic = vap->iv_ic; in ieee80211_swscan_probe_curchan()
[all …]
H A Dieee80211_ioctl.c76 struct ieee80211com *ic = vap->iv_ic; in ieee80211_ioctl_getkey()
132 struct ieee80211com *ic = vap->iv_ic; in ieee80211_ioctl_getchanlist()
142 struct ieee80211com *ic = vap->iv_ic; in ieee80211_ioctl_getchaninfo()
463 struct ieee80211com *ic = vap->iv_ic; in getstainfo_common()
551 struct ieee80211com *ic = vap->iv_ic; in ieee80211_ioctl_getwmeparam()
602 struct ieee80211com *ic = vap->iv_ic; in ieee80211_ioctl_getcurchan()
660 struct ieee80211com *ic = vap->iv_ic; in ieee80211_ioctl_getregdomain()
782 struct ieee80211com *ic = vap->iv_ic; in ieee80211_ioctl_get80211()
1402 struct ieee80211com *ic = vap->iv_ic; in setmlme_common()
1714 struct ieee80211com *ic = vap->iv_ic; in ieee80211_ioctl_setchanlist()
[all …]
H A Dieee80211_radiotap.c114 struct ieee80211com *ic = vap->iv_ic; in ieee80211_radiotap_vattach()
191 struct ieee80211com *ic = vap0->iv_ic; in spam_vaps()
209 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_radiotap_tx()
231 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_radiotap_rx()
H A Dieee80211_tdma.c125 if (isclr(vap->iv_ic->ic_modecaps, mode)) in settxparms()
182 setackpolicy(vap->iv_ic, 1); /* disable ACK's */ in ieee80211_tdma_vattach()
208 setackpolicy(vap->iv_ic, 0); /* enable ACK's */ in tdma_vdetach()
227 struct ieee80211com *ic = vap->iv_ic; in tdma_newstate()
295 IEEE80211_LOCK_ASSERT(vap->iv_ic); in tdma_beacon_miss()
297 KASSERT((vap->iv_ic->ic_flags & IEEE80211_F_SCAN) == 0, ("scanning")); in tdma_beacon_miss()
502 vap->iv_ic->ic_tdma_update(ni, tdma, update); in tdma_update()
H A Dieee80211_freebsd.c173 struct ieee80211com *ic = vap->iv_ic; in wlan_clone_destroy()
253 ieee80211_restart_all(vap->iv_ic); in ieee80211_sysctl_vap_restart()
288 vap->iv_ic, 0, ieee80211_sysctl_parent, "A", "parent device"); in ieee80211_sysctl_vattach()
344 vap->iv_ic, 0, ieee80211_sysctl_radar, "I", in ieee80211_sysctl_vattach()
747 IEEE80211_TX_UNLOCK_ASSERT(vap->iv_ic); in ieee80211_vap_xmitpkt()
1065 atomic_add_int(&vap->iv_ic->ic_montaps, 1); in bpf_track()
1069 atomic_subtract_int(&vap->iv_ic->ic_montaps, 1); in bpf_track()
1111 ic = vap->iv_ic; in ieee80211_debugnet_init()
1125 ic = vap->iv_ic; in ieee80211_debugnet_event()
1145 ic = vap->iv_ic; in ieee80211_debugnet_poll()
H A Dieee80211_node.c176 IEEE80211_UNLOCK_ASSERT(vap->iv_ic); in ieee80211_node_latevattach()
198 IEEE80211_LOCK(vap->iv_ic); in ieee80211_node_latevattach()
200 IEEE80211_UNLOCK(vap->iv_ic); in ieee80211_node_latevattach()
208 struct ieee80211com *ic = vap->iv_ic; in ieee80211_node_vdetach()
211 IEEE80211_UNLOCK_ASSERT(vap->iv_ic); in ieee80211_node_vdetach()
352 struct ieee80211com *ic = vap->iv_ic; in ieee80211_create_ibss()
466 struct ieee80211com *ic = vap->iv_ic; in ieee80211_reset_bss()
940 struct ieee80211com *ic = vap->iv_ic; in ieee80211_sta_join()
1493 struct ieee80211com *ic = vap->iv_ic; in ieee80211_tmp_node()
2543 IEEE80211_LOCK_ASSERT(vap->iv_ic); in ieee80211_vap_timeout()
[all …]
H A Dieee80211_dfs.c130 struct ieee80211com *ic = vap->iv_ic; in cac_timeout()
184 struct ieee80211com *ic = vap->iv_ic; in ieee80211_dfs_cac_start()
202 struct ieee80211com *ic = vap->iv_ic; in ieee80211_dfs_cac_stop()
H A Dieee80211_power.c558 struct ieee80211com *ic = vap->iv_ic; in ieee80211_sta_tim_notify()
570 IEEE80211_LOCK(vap->iv_ic); in ieee80211_sta_tim_notify()
589 IEEE80211_UNLOCK(vap->iv_ic); in ieee80211_sta_tim_notify()
600 struct ieee80211com *ic = vap->iv_ic; in ieee80211_sta_ps_timer_check()
H A Dieee80211_scan_sta.c249 struct ieee80211com *ic = vap->iv_ic; in sta_add()
429 return (isclr(vap->iv_ic->ic_chan_active, c->ic_ieee) || in isexcluded()
482 struct ieee80211com *ic = vap->iv_ic; in add_channels()
547 struct ieee80211com *ic = vap->iv_ic; in sweepchannels()
797 c = ieee80211_find_channel(vap->iv_ic, chan->ic_freq, in demote11b()
928 srs = ieee80211_get_suprates(vap->iv_ic, chan); in check_rate()
1017 struct ieee80211com *ic = vap->iv_ic; in match_bss()
1344 struct ieee80211com *ic = vap->iv_ic; in sta_roam_check()
1624 struct ieee80211com *ic = vap->iv_ic;
1835 struct ieee80211com *ic = vap->iv_ic;
[all …]
H A Dieee80211.c534 struct ieee80211com *ic = vap->iv_ic; in ieee80211_get_counter()
579 vap->iv_ic = ic; in ieee80211_vap_setup()
703 struct ieee80211com *ic = vap->iv_ic; in ieee80211_vap_attach()
765 struct ieee80211com *ic = vap->iv_ic; in ieee80211_vap_detach()
846 struct ieee80211com *ic = vap->iv_ic; in ieee80211_promisc()
868 struct ieee80211com *ic = vap->iv_ic; in ieee80211_allmulti()
911 struct ieee80211com *ic = vap->iv_ic; in ieee80211_syncflag()
951 struct ieee80211com *ic = vap->iv_ic; in ieee80211_syncflag_ht()
991 struct ieee80211com *ic = vap->iv_ic; in ieee80211_syncflag_vht()
1031 struct ieee80211com *ic = vap->iv_ic; in ieee80211_syncflag_ext()
[all …]
H A Dieee80211_monitor.c93 struct ieee80211com *ic = vap->iv_ic; in monitor_newstate()
H A Dieee80211_ratectl.c85 struct ieee80211com *ic = vap->iv_ic; in ieee80211_ratectl_sysctl_stats()
H A Dieee80211_output.c124 struct ieee80211com *ic = vap->iv_ic; in ieee80211_vap_pkt_send_dest()
350 struct ieee80211com *ic = vap->iv_ic; in ieee80211_start_pkt()
497 struct ieee80211com *ic = vap->iv_ic; in ieee80211_vap_transmit()
563 struct ieee80211com *ic = vap->iv_ic; in ieee80211_raw_output()
769 ic = vap->iv_ic; in ieee80211_output()
1972 struct ieee80211com *ic = vap->iv_ic; in ieee80211_fragment()
2114 struct ieee80211com *ic = vap->iv_ic; in ieee80211_add_erp()
2359 struct ieee80211com *ic = vap->iv_ic; in ieee80211_add_csa()
3241 struct ieee80211com *ic = vap->iv_ic; in ieee80211_send_proberesp()
3390 IEEE80211_LOCK(vap->iv_ic); in ieee80211_tx_mgt_timeout()
[all …]
H A Dieee80211_sta.c113 struct ieee80211com *ic = vap->iv_ic; in sta_beacon_miss()
232 struct ieee80211com *ic = vap->iv_ic; in sta_newstate()
518 return (vap->iv_ic->ic_flags & IEEE80211_F_SCAN); in doprint()
1174 struct ieee80211_wme_state *wme = &vap->iv_ic->ic_wme; in ieee80211_parse_wmeparams()
1230 struct ieee80211com *ic = vap->iv_ic; in ieee80211_parse_csaparams()
1341 struct ieee80211com *ic = vap->iv_ic; in contbgscan()
1361 struct ieee80211com *ic = vap->iv_ic; in startbgscan()
H A Dieee80211_wds.c125 struct ieee80211com *ic = vap->iv_ic; in ieee80211_create_wds()
232 struct ieee80211com *ic = vap0->iv_ic; in ieee80211_dwds_mcast()
344 struct ieee80211com *ic = vap->iv_ic; in wds_newstate()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c727 ic = vap->iv_ic; in _lkpi_iv_key_set_delete()
1163 lhw = vap->iv_ic->ic_softc; in lkpi_sta_scan_to_auth()
1381 IEEE80211_LOCK(vap->iv_ic); in lkpi_sta_scan_to_auth()
1426 IEEE80211_LOCK(vap->iv_ic); in lkpi_sta_scan_to_auth()
1450 lhw = vap->iv_ic->ic_softc; in lkpi_sta_auth_to_scan()
1556 IEEE80211_LOCK(vap->iv_ic); in lkpi_sta_auth_to_scan()
1582 lhw = vap->iv_ic->ic_softc; in lkpi_sta_auth_to_assoc()
2557 ic = vap->iv_ic; in lkpi_iv_newstate()
2970 ic = vap->iv_ic; in lkpi_ic_vap_delete()
3100 ic = vap->iv_ic; in lkpi_scan_ies_add()
[all …]
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_beacon.c159 struct ieee80211com *ic = vap->iv_ic; in rtwn_update_beacon()
221 struct ieee80211com *ic = vap->iv_ic; in rtwn_tx_beacon_csa()
H A Dif_rtwn_cam.c113 struct rtwn_softc *sc = vap->iv_ic->ic_softc; in rtwn_key_alloc()
304 struct rtwn_softc *sc = vap->iv_ic->ic_softc; in rtwn_process_key()
H A Dif_rtwn.c614 struct ieee80211com *ic = vap->iv_ic; in rtwn_vap_delete()
670 struct rtwn_softc *sc = vap->iv_ic->ic_softc; in rtwn_ioctl_reset()
777 struct ieee80211com *ic = vap->iv_ic; in rtwn_push_nulldata()
885 struct ieee80211com *ic = vap->iv_ic; in rtwn_tsf_sync_adhoc()
909 struct rtwn_softc *sc = vap->iv_ic->ic_softc; in rtwn_tsf_sync_adhoc_task()
999 struct ieee80211com *ic = vap->iv_ic; in rtwn_monitor_newstate()
1046 struct ieee80211com *ic = vap->iv_ic; in rtwn_newstate()
1217 struct ieee80211com *ic = vap->iv_ic; in rtwn_run()
/freebsd/sys/dev/ath/
H A Dif_ath_keycache.c420 struct ath_softc *sc = vap->iv_ic->ic_softc; in ath_key_alloc()
489 struct ath_softc *sc = vap->iv_ic->ic_softc; in ath_key_delete()
533 struct ath_softc *sc = vap->iv_ic->ic_softc; in ath_key_set()
/freebsd/tools/regression/net80211/wep/
H A Dtest_wep.c254 ctx->wc_ic = vap->iv_ic; in runtest()
309 vap.iv_ic = ⁣ in init_crypto_wep_test()
/freebsd/sys/dev/wtap/
H A Dif_wtap.c151 struct wtap_softc *sc = vap->iv_ic->ic_softc; in wtap_recv_mgmt()
240 struct wtap_softc *sc = vap->iv_ic->ic_softc; in wtap_beacon_intrp()
280 struct ieee80211com *ic = vap->iv_ic; in wtap_newstate()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c720 struct ieee80211com *ic = vap->iv_ic; in rum_vap_delete()
878 struct ieee80211com *ic = vap->iv_ic; in rum_beacon_miss()
908 struct rum_softc *sc = vap->iv_ic->ic_softc; in rum_sta_recv_mgmt()
962 struct ieee80211com *ic = vap->iv_ic; in rum_newstate()
2722 struct ieee80211com *ic = vap->iv_ic; in rum_reset()
2759 struct ieee80211com *ic = vap->iv_ic; in rum_set_beacon()
2823 struct ieee80211com *ic = vap->iv_ic; in rum_update_beacon()
3006 struct rum_softc *sc = vap->iv_ic->ic_softc; in rum_key_alloc()
3039 struct rum_softc *sc = vap->iv_ic->ic_softc; in rum_key_set()
3056 struct rum_softc *sc = vap->iv_ic->ic_softc; in rum_key_delete()
[all …]

123