Searched refs:set_supp_port (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h402 if (wpa_s->driver->set_supp_port) {
403 return wpa_s->driver->set_supp_port(wpa_s->drv_priv,
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver.h3444 * set_supp_port - Set IEEE 802.1X Supplicant Port status
3449 int (*set_supp_port)(void *priv, int authorized); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c6828 wpa_printf(MSG_DEBUG, "nl80211: Skip set_supp_port(unauthorized) while not associated");
12134 .set_supp_port = wpa_driver_nl80211_set_supp_port,

Completed in 191 milliseconds