Searched refs:set_country (Results 1 – 4 of 4) sorted by relevance
710 if (wpa_s->driver->set_country) in wpa_drv_set_country()711 return wpa_s->driver->set_country(wpa_s->drv_priv, alpha2); in wpa_drv_set_country()
581 if (iface->drv_priv == NULL || iface->driver->set_country == NULL || in wpa_priv_cmd_set_country()585 iface->driver->set_country(iface->drv_priv, buf); in wpa_priv_cmd_set_country()
993 int (*set_country)(void *priv, const char *alpha2); member
2755 .set_country = wpa_driver_nl80211_set_country,