Searched refs:IEEE80211_S_ASSOC (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_sta.c | 167 ieee80211_new_state(vap, IEEE80211_S_ASSOC, 1); in sta_beacon_miss() 259 case IEEE80211_S_ASSOC: in sta_newstate() 300 case IEEE80211_S_ASSOC: in sta_newstate() 346 case IEEE80211_S_ASSOC: in sta_newstate() 380 case IEEE80211_S_ASSOC: in sta_newstate() 383 case IEEE80211_S_ASSOC: in sta_newstate() 409 case IEEE80211_S_ASSOC: in sta_newstate() 1021 ieee80211_new_state(vap, IEEE80211_S_ASSOC, 0); in sta_auth_open() 1110 ieee80211_new_state(vap, IEEE80211_S_ASSOC, 0); in sta_auth_shared() 1746 if (vap->iv_state != IEEE80211_S_ASSOC) { in sta_recv_mgmt() [all …]
|
H A D | ieee80211_proto.h | 39 IEEE80211_S_ASSOC = 3, /* try to assoc */ enumerator
|
H A D | ieee80211_proto.c | 2033 IEEE80211_S_ASSOC, 1); in ieee80211_start_locked()
|
H A D | ieee80211_node.c | 916 ieee80211_new_state(vap, IEEE80211_S_ASSOC, 1); in ieee80211_sta_join1()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 981 case IEEE80211_S_ASSOC: in lkpi_net80211_state_to_sta_state() 3184 { IEEE80211_S_ASSOC, IEEE80211_S_INIT, lkpi_sta_assoc_to_init }, /* Send DEAUTH. */ 3190 { IEEE80211_S_ASSOC, IEEE80211_S_SCAN, lkpi_sta_assoc_to_scan }, 3196 { IEEE80211_S_ASSOC, IEEE80211_S_AUTH, lkpi_sta_assoc_to_auth }, /* Send ?AUTH. */ 3199 { IEEE80211_S_AUTH, IEEE80211_S_ASSOC, lkpi_sta_auth_to_assoc }, /* Send ASSOCREQ. */ 3200 { IEEE80211_S_ASSOC, IEEE80211_S_ASSOC, lkpi_sta_a_to_a }, /* Send ASSOCREQ. */ 3201 { IEEE80211_S_RUN, IEEE80211_S_ASSOC, lkpi_sta_run_to_assoc }, /* Send ASSOCREQ/REASSOCREQ. */ 3204 { IEEE80211_S_ASSOC, IEEE80211_S_RUN, lkpi_sta_assoc_to_run },
|
/freebsd/sys/dev/ipw/ |
H A D | if_ipw.c | 889 nstate = IEEE80211_S_ASSOC; in ipw_newstate() 893 case IEEE80211_S_ASSOC: in ipw_newstate()
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm.c | 4490 nstate == IEEE80211_S_ASSOC || in iwm_newstate() 4505 vap->iv_state == IEEE80211_S_ASSOC || in iwm_newstate() 4514 vap->iv_state == IEEE80211_S_ASSOC) && in iwm_newstate() 4550 case IEEE80211_S_ASSOC: in iwm_newstate()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_uath.c | 1602 vap->iv_state == IEEE80211_S_ASSOC || in uath_tx_start() 2047 case IEEE80211_S_ASSOC: in uath_newstate()
|
H A D | if_urtw.c | 1880 case IEEE80211_S_ASSOC: in urtw_newstate() 4346 if (sc->sc_state == IEEE80211_S_ASSOC && in urtw_updateslottask()
|
H A D | if_upgt.c | 1009 case IEEE80211_S_ASSOC: in upgt_newstate()
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwi.c | 978 case IEEE80211_S_ASSOC: in iwi_newstate() 1438 ieee80211_new_state(vap, IEEE80211_S_ASSOC, -1); in iwi_notification_intr()
|
/freebsd/sys/dev/iwx/ |
H A D | if_iwx.c | 7963 case IEEE80211_S_ASSOC: 7996 case IEEE80211_S_ASSOC:
|
/freebsd/sys/dev/wpi/ |
H A D | if_wpi.c | 1769 case IEEE80211_S_ASSOC: in wpi_newstate()
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 2897 case IEEE80211_S_ASSOC: in iwn_newstate()
|