Searched defs:bssid (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dblacklist.h20 u8 bssid[ETH_ALEN]; member in struct:wpa_blacklist
H A Dblacklist.c59 int wpa_blacklist_add(struct wpa_supplicant *wpa_s, const u8 *bssid) argument
27 wpa_blacklist_get(struct wpa_supplicant *wpa_s, const u8 *bssid) argument
92 wpa_blacklist_del(struct wpa_supplicant *wpa_s, const u8 *bssid) argument
[all...]
H A Dbss.h57 u8 bssid[ETH_ALEN]; member in struct:wpa_bss
H A Dsme.c322 sme_associate(struct wpa_supplicant *wpa_s, enum wpas_mode mode, const u8 *bssid, u16 auth_type) argument
[all...]
H A Dap.c349 int wpa_supplicant_ap_wps_pbc(struct wpa_supplicant *wpa_s, const u8 *bssid) argument
357 int wpa_supplicant_ap_wps_pin(struct wpa_supplicant *wpa_s, const u8 *bssid, argument
H A Dconfig_ssid.h113 u8 bssid[ETH_ALEN]; member in struct:wpa_ssid
H A Dnotify.c196 wpas_notify_bss_added(struct wpa_supplicant *wpa_s, u8 bssid[], unsigned int id) argument
205 wpas_notify_bss_removed(struct wpa_supplicant *wpa_s, u8 bssid[], unsigned int id) argument
H A Dbss.c76 struct wpa_bss * wpa_bss_get(struct wpa_supplicant *wpa_s, const u8 *bssid, argument
467 wpa_bss_get_bssid(struct wpa_supplicant *wpa_s, const u8 *bssid) argument
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_old_handlers_wps.c38 u8 bssid[ETH_ALEN]; local
80 u8 bssid[ETH_ALEN], *_bssid = NULL; local
138 u8 bssid[ETH_ALEN]; local
H A Ddbus_new_handlers_wps.c31 u8 *bssid; member in struct:wps_start_params
H A Ddbus_old.c40 wpas_dbus_decompose_object_path(const char *path, char **network, char **bssid) argument
181 u8 bssid[ETH_ALEN]; local
219 char *bssid = NULL; local
[all...]
H A Ddbus_new.h195 wpas_dbus_unregister_bss(struct wpa_supplicant *wpa_s, u8 bssid[ETH_ALEN], unsigned int id) argument
201 wpas_dbus_register_bss(struct wpa_supplicant *wpa_s, u8 bssid[ETH_ALEN], unsigned int id) argument
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver_ndis.h28 u8 bssid[ETH_ALEN]; member in struct:ndis_pmkid_entry
46 u8 bssid[ETH_ALEN]; member in struct:wpa_driver_ndis_data
H A Ddriver_ndiswrapper.c48 const u8 *bssid; member in struct:wpa_assoc_info
270 static int wpa_ndiswrapper_get_bssid(void *priv, u8 *bssid) argument
/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A Dpreauth.h61 static inline void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, argument
66 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpmksa_cache.h117 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
H A Dpmksa_cache.c382 pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid, const u8 *bssid, void *network_ctx, int try_opportunistic) argument
H A Dpreauth.c35 u8 bssid[ETH_ALEN]; member in struct:rsn_pmksa_candidate
356 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, argument
446 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
[all...]
H A Dpeerkey.c1008 u8 bssid[ETH_ALEN], *rbuf, *pos, *count_pos; local
H A Dwpa_ft.c498 static int wpa_ft_install_ptk(struct wpa_sm *sm, const u8 *bssid) argument
571 const u8 *bssid; local
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Ddrv_callbacks.c271 const u8 *bssid; local
232 get_hapd_bssid(struct hostapd_iface *iface, const u8 *bssid) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/common/
H A Dprivsep_commands.h37 u8 bssid[ETH_ALEN]; member in struct:privsep_cmd_associate
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_adhoc.c297 uint8_t *bssid; local
/freebsd-9.3-release/tools/tools/net80211/w00t/expand/
H A Dexpand.c88 char *bssid, *sa; local
/freebsd-9.3-release/tools/tools/net80211/wlanwds/
H A Dwlanwds.c77 uint8_t bssid[IEEE80211_ADDR_LEN]; /* bssid of associated sta */ member in struct:wds
243 getbssid(int s, const char *ifname, char bssid[IEEE80211_ADDR_LEN]) argument
265 char bssid[IEEE80211_ADDR_LEN]; local
369 wds_discovery(const char *ifname, const uint8_t bssid[IEEE80211_ADDR_LEN]) argument
437 wds_leave(const uint8_t bssid[IEEE80211_ADDR_LEN]) argument
[all...]

Completed in 259 milliseconds

1234