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 | 1747 lkpi_sta_scan_to_auth(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) in lkpi_sta_scan_to_auth() function 2541 error |= lkpi_sta_scan_to_auth(vap, nstate, 0); in lkpi_sta_assoc_to_auth() 3164 error |= lkpi_sta_scan_to_auth(vap, nstate, 0); in lkpi_sta_run_to_auth() 3193 { IEEE80211_S_INIT, IEEE80211_S_AUTH, lkpi_sta_scan_to_auth }, /* Send AUTH. */ 3194 { IEEE80211_S_SCAN, IEEE80211_S_AUTH, lkpi_sta_scan_to_auth }, /* Send AUTH. */
|