Searched refs:lkpi_sta_scan_to_auth (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 2156 lkpi_sta_scan_to_auth(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) in lkpi_sta_scan_to_auth() function 2951 error |= lkpi_sta_scan_to_auth(vap, nstate, 0); in lkpi_sta_assoc_to_auth() 3580 error |= lkpi_sta_scan_to_auth(vap, nstate, 0); in lkpi_sta_run_to_auth() 3609 { IEEE80211_S_INIT, IEEE80211_S_AUTH, lkpi_sta_scan_to_auth }, /* Send AUTH. */ 3610 { IEEE80211_S_SCAN, IEEE80211_S_AUTH, lkpi_sta_scan_to_auth }, /* Send AUTH. */
|