Home
last modified time | relevance | path

Searched refs:iv_ic (Results 1 – 25 of 68) 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()
1066 struct ieee80211com *ic = vap->iv_ic; in vap_update_ht_protmode()
1203 struct ieee80211com *ic = vap->iv_ic; in ieee80211_vap_set_shortslottime()
1233 struct ieee80211com *ic = vap->iv_ic; in ieee80211_vap_update_preamble()
1250 struct ieee80211com *ic = vap->iv_ic; in ieee80211_vap_update_erp_protmode()
[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()
170 ni = ieee80211_find_vap_node(&vap->iv_ic->ic_sta, vap, wpaie->wpa_macaddr); in ieee80211_ioctl_getwpaie()
222 ni = ieee80211_find_vap_node(&vap->iv_ic->ic_sta, vap, macaddr); in ieee80211_ioctl_getstastats()
401 vap->iv_ic->ic_node_getsignal(ni, &si->isi_rssi, &si->isi_noise); in get_sta_info()
402 vap->iv_ic->ic_node_getmimoinfo(ni, &si->isi_mimo); in get_sta_info()
459 struct ieee80211com *ic = vap->iv_ic; in getstainfo_common()
516 ni = ieee80211_find_vap_node(&vap->iv_ic->ic_sta, vap, macaddr); in ieee80211_ioctl_getstainfo()
535 ni = ieee80211_find_vap_node(&vap->iv_ic->ic_sta, vap, txpow.it_macaddr); in ieee80211_ioctl_getstatxpow()
[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()
1492 struct ieee80211com *ic = vap->iv_ic; in ieee80211_tmp_node()
1545 struct ieee80211com *ic = vap->iv_ic; in ieee80211_dup_bss()
[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()
575 vap->iv_ic = ic; in ieee80211_vap_setup()
699 struct ieee80211com *ic = vap->iv_ic; in ieee80211_vap_attach()
763 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_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()
768 ic = vap->iv_ic; in ieee80211_output()
1353 int needed_space = vap->iv_ic->ic_headroom + hdrsize; in ieee80211_mbuf_adjust()
1971 struct ieee80211com *ic = vap->iv_ic; in ieee80211_fragment()
2113 struct ieee80211com *ic = vap->iv_ic; in ieee80211_add_erp()
2279 int8_t limit = vap->iv_ic->ic_txpowlimit / 2; in ieee80211_add_powerconstraint()
2358 struct ieee80211com *ic = vap->iv_ic; in ieee80211_add_csa()
[all …]
H A Dieee80211_ratectl.c85 struct ieee80211com *ic = vap->iv_ic; in ieee80211_ratectl_sysctl_stats()
H A Dieee80211_sta.c111 struct ieee80211com *ic = vap->iv_ic; in sta_beacon_miss()
230 struct ieee80211com *ic = vap->iv_ic; in sta_newstate()
515 return (vap->iv_ic->ic_flags & IEEE80211_F_SCAN); in doprint()
1170 struct ieee80211_wme_state *wme = &vap->iv_ic->ic_wme; in ieee80211_parse_wmeparams()
1226 struct ieee80211com *ic = vap->iv_ic; in ieee80211_parse_csaparams()
1337 struct ieee80211com *ic = vap->iv_ic; in contbgscan()
1357 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.c292 lhw = vap->iv_ic->ic_softc; in lkpi_80211_dump_stas()
1140 ic = vap->iv_ic; in _lkpi_iv_key_delete()
1232 ic = vap->iv_ic; in _lkpi_iv_key_set()
1346 ic = vap->iv_ic; in lkpi_iv_key_update_begin()
1356 ic_printf(vap->iv_ic, "%s: tid %d vap %p nt %p %slocked " in lkpi_iv_key_update_begin()
1387 ic = vap->iv_ic; in lkpi_iv_key_update_end()
1398 ic_printf(vap->iv_ic, "%s: tid %d vap %p nt %p %slocked " in lkpi_iv_key_update_end()
1770 ic_printf(vap->iv_ic, "%s: no iv_bss for vap %p\n", __func__, vap); in lkpi_sta_scan_to_auth()
1781 ic_printf(vap->iv_ic, "%s: no channel set for iv_bss ni %p " in lkpi_sta_scan_to_auth()
1787 lhw = vap->iv_ic->ic_softc; in lkpi_sta_scan_to_auth()
[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()
303 struct rtwn_softc *sc = vap->iv_ic->ic_softc; in rtwn_process_key()
H A Dif_rtwn.c677 struct ieee80211com *ic = vap->iv_ic; in rtwn_vap_delete()
733 struct rtwn_softc *sc = vap->iv_ic->ic_softc; in rtwn_ioctl_reset()
759 struct rtwn_softc *sc = vap->iv_ic->ic_softc; in rtwn_ioctl_reset()
848 struct ieee80211com *ic = vap->iv_ic; in rtwn_push_nulldata()
956 struct ieee80211com *ic = vap->iv_ic; in rtwn_tsf_sync_adhoc()
980 struct rtwn_softc *sc = vap->iv_ic->ic_softc; in rtwn_tsf_sync_adhoc_task()
1072 struct ieee80211com *ic = vap->iv_ic; in rtwn_monitor_newstate()
1119 struct ieee80211com *ic = vap->iv_ic; in rtwn_newstate()
1324 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()
488 struct ath_softc *sc = vap->iv_ic->ic_softc; in ath_key_delete()
532 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.c719 struct ieee80211com *ic = vap->iv_ic; in rum_vap_delete()
877 struct ieee80211com *ic = vap->iv_ic; in rum_beacon_miss()
907 struct rum_softc *sc = vap->iv_ic->ic_softc; in rum_sta_recv_mgmt()
961 struct ieee80211com *ic = vap->iv_ic; in rum_newstate()
2718 struct ieee80211com *ic = vap->iv_ic; in rum_reset()
2755 struct ieee80211com *ic = vap->iv_ic; in rum_set_beacon()
2819 struct ieee80211com *ic = vap->iv_ic; in rum_update_beacon()
3002 struct rum_softc *sc = vap->iv_ic->ic_softc; in rum_key_alloc()
3034 struct rum_softc *sc = vap->iv_ic->ic_softc; in rum_key_set()
3051 struct rum_softc *sc = vap->iv_ic->ic_softc; in rum_key_delete()
[all …]

123