Home
last modified time | relevance | path

Searched refs:first_bss (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/drivers/
HDdriver_nl80211_monitor.c355 if (os_strncmp(drv->first_bss->ifname, "p2p-", 4) == 0) { in nl80211_create_monitor_interface()
362 snprintf(buf, IFNAMSIZ, "mon-%s", drv->first_bss->ifname + 4); in nl80211_create_monitor_interface()
368 drv->first_bss->ifname); in nl80211_create_monitor_interface()
HDdriver_nl80211_event.c282 drv->first_bss->freq = drv->assoc_freq; in mlme_event_assoc()
413 drv->first_bss->freq = drv->assoc_freq; in mlme_event_connect()
747 if (!os_memcmp(mgmt->sa, drv->first_bss->addr, in mlme_event_deauth_disassoc()
803 !os_memcmp(mgmt->sa, drv->first_bss->addr, ETH_ALEN); in mlme_event_deauth_disassoc()
813 !os_memcmp(mgmt->sa, drv->first_bss->addr, ETH_ALEN); in mlme_event_deauth_disassoc()
1023 drv->first_bss->freq = freq; in mlme_event_join_ibss()
2149 wiphy_idx = nl80211_get_wiphy_index(drv->first_bss); in nl80211_vendor_event()
2440 wpa_driver_nl80211_set_mode(drv->first_bss, in do_process_drv_event()
2666 for (bss = drv->first_bss; bss; bss = bss->next) { in process_global_event()
HDdriver_nl80211_scan.c164 nl80211_abort_scan(drv->first_bss) == 0) in wpa_driver_nl80211_scan_timeout()
170 wpa_driver_nl80211_set_mode(drv->first_bss, in wpa_driver_nl80211_scan_timeout()
935 if (!(msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, in nl80211_get_scan_results()
1013 msg = nl80211_cmd_msg(drv->first_bss, NLM_F_DUMP, NL80211_CMD_GET_SCAN); in nl80211_dump_scan()
HDdriver_nl80211.h188 struct i802_bss *first_bss; member
HDdriver_nl80211_capa.c847 msg = nl80211_cmd_msg(drv->first_bss, flags, NL80211_CMD_GET_WIPHY); in wpa_driver_nl80211_get_info()