Searched defs:ssid (Results 1 - 25 of 231) sorted by relevance

12345678910

/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_none.c40 struct wpa_ssid *ssid; local
48 for (ssid = config->ssid; ssid; ssid = ssid->next) {
H A Dwpa_passphrase.c25 char *ssid, *passphrase, buf[64], *pos; local
28 printf("usage: wpa_passphrase <ssid> [passphrase]\n"
34 ssid = argv[1];
61 pbkdf2_sha1(passphrase, ssid, os_strlen(ssid), 4096, psk, 32);
64 printf("\tssid=\"%s\"\n", ssid);
H A Dwps_supplicant.h26 enum wps_request_type wpas_wps_get_req_type(struct wpa_ssid *ssid);
33 struct wpa_ssid *ssid, struct wpa_scan_res *bss);
35 struct wpa_ssid *ssid, struct wpa_scan_res *bss);
38 struct wpa_ssid *ssid);
58 static inline u8 wpas_wps_get_req_type(struct wpa_ssid *ssid) argument
64 struct wpa_ssid *ssid,
71 struct wpa_ssid *ssid,
79 struct wpa_ssid *ssid)
63 wpas_wps_ssid_bss_match(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_scan_res *bss) argument
70 wpas_wps_ssid_wildcard_ok(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_scan_res *bss) argument
77 wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, struct wpa_scan_res *selected, struct wpa_ssid *ssid) argument
H A Dscan.c28 struct wpa_ssid *ssid; local
31 ssid = wpa_supplicant_get_ssid(wpa_s);
32 if (ssid == NULL)
36 wpa_s->current_ssid = ssid;
49 struct wpa_ssid *ssid; local
52 for (ssid = conf->ssid; ssid; ssid = ssid
72 struct wpa_ssid *ssid = conf->ssid; local
85 struct wpa_ssid *ssid; local
246 struct wpa_ssid *ssid = wpa_s->conf->ssid; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_none.c34 struct wpa_ssid *ssid; local
42 for (ssid = config->ssid; ssid; ssid = ssid->next) {
H A Dwpa_passphrase.c19 char *ssid, *passphrase, buf[64], *pos; local
22 printf("usage: wpa_passphrase <ssid> [passphrase]\n"
28 ssid = argv[1];
55 pbkdf2_sha1(passphrase, (u8 *) ssid, os_strlen(ssid), 4096, psk, 32);
58 printf("\tssid=\"%s\"\n", ssid);
H A Dbgscan.c34 int bgscan_init(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) argument
36 const char *name = ssid->bgscan;
68 wpa_s->bgscan_priv = ops->init(wpa_s, params, ssid);
H A Dbgscan.h19 const struct wpa_ssid *ssid);
32 int bgscan_init(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid);
44 struct wpa_ssid *ssid)
43 bgscan_init(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) argument
H A Dsme.h15 struct wpa_bss *bss, struct wpa_ssid *ssid);
45 struct wpa_ssid *ssid)
43 sme_authenticate(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_ssid *ssid) argument
H A Dwps_supplicant.h32 enum wps_request_type wpas_wps_get_req_type(struct wpa_ssid *ssid);
43 struct wpa_ssid *ssid, struct wpa_bss *bss);
45 struct wpa_ssid *ssid, struct wpa_bss *bss);
47 struct wpa_bss *selected, struct wpa_ssid *ssid);
92 static inline u8 wpas_wps_get_req_type(struct wpa_ssid *ssid) argument
98 struct wpa_ssid *ssid,
105 struct wpa_ssid *ssid,
113 struct wpa_ssid *ssid)
97 wpas_wps_ssid_bss_match(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_scan_res *bss) argument
104 wpas_wps_ssid_wildcard_ok(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_scan_res *bss) argument
111 wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s, struct wpa_bss *selected, struct wpa_ssid *ssid) argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.h15 struct wpa_ssid *ssid; member in struct:network_handler_args
90 struct wpa_ssid *ssid,
/external/dhcpcd/
H A Dif-linux-wireless.c62 int getifssid(const char *ifname, char *ssid);
65 getifssid(const char *ifname, char *ssid) argument
75 iwr.u.essid.pointer = ssid;
80 ssid[retval] = '\0';
87 ifname = ssid;
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dscanresults.ui.h61 QString ssid, bssid, freq, signal, flags; local
66 ssid = cols.count() > 4 ? cols[4] : "";
67 new Q3ListViewItem(scanResultsView, ssid, bssid, freq, signal, flags);
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A DApple80211.h26 UInt8 ssid[34]; member in struct:WirelessInfo
43 UInt8 ssid[32]; member in struct:WirelessNetworkInfo
64 UInt32 strip_dups, CFStringRef ssid);
65 WirelessError WirelessDirectedScan2(WirelessRef ref, CFDataRef ssid,
67 WirelessError WirelessJoin(WirelessRef ref, CFStringRef ssid);
68 WirelessError WirelessJoinWEP(WirelessRef ref, CFStringRef ssid,
70 WirelessError WirelessJoin8021x(WirelessRef ref, CFStringRef ssid);
91 WirelessError WirelessAssociate(WirelessRef ref, int type, CFDataRef ssid,
120 CFDictionaryRef WirelessSafeDirectedScanCopy(WirelessRef ref, CFDataRef ssid);
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp81 QString ssid, bssid, freq, signal, flags; local
98 else if ((*it).startsWith("ssid="))
99 ssid = (*it).mid(pos);
104 item->setText(0, ssid);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.h30 u8 ssid[33]; member in struct:ap_info
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1-pbkdf2.c14 static int pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, argument
25 addr[0] = ssid;
61 * @ssid: SSID
72 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, argument
82 if (pbkdf2_sha1_f(passphrase, ssid, ssid_len, iterations,
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.h22 const u8 *ssid, const u8 *rsn);
56 const u8 *ssid, const u8 *rsn)
55 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
/external/wpa_supplicant_8/src/ap/
H A Dap_list.h30 u8 ssid[33]; member in struct:ap_info
/external/wpa_supplicant_8/src/crypto/
H A Dsha1-pbkdf2.c14 static int pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, argument
25 addr[0] = ssid;
61 * @ssid: SSID
72 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, argument
82 if (pbkdf2_sha1_f(passphrase, ssid, ssid_len, iterations,
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpreauth.h22 const u8 *ssid, const u8 *rsn);
56 const u8 *ssid, const u8 *rsn)
55 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.h30 u8 ssid[33]; member in struct:ap_info
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1-pbkdf2.c14 static int pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, argument
25 addr[0] = ssid;
61 * @ssid: SSID
72 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, argument
82 if (pbkdf2_sha1_f(passphrase, ssid, ssid_len, iterations,
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpreauth.h22 const u8 *ssid, const u8 *rsn);
56 const u8 *ssid, const u8 *rsn)
55 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp77 QString ssid, bssid, freq, signal, flags; local
94 else if ((*it).startsWith("ssid="))
95 ssid = (*it).mid(pos);
100 item->setText(0, ssid);

Completed in 815 milliseconds

12345678910