Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:ssid

52  * the network list, struct wpa_config::ssid. Each network block in the
60 * this list is stored in the ssid field of struct wpa_config.
103 * ssid - Service set identifier (network name)
105 * This is the SSID for the network. For wireless interfaces, this is
107 * ssid_len=0), any SSID can be used. For wired interfaces, this must
108 * be set to %NULL. Note: SSID may contain any characters, even nul
111 * and the ssid field is not guaranteed to be nul terminated.
113 u8 *ssid;
116 * ssid_len - Length of the SSID
166 * If this is set, psk will be generated using the SSID and passphrase
224 * scan_ssid - Scan this SSID with Probe Requests
290 * SSID, are allowed. This is disabled (0) by default. Enable by
433 * configured SSID is already present, the frequency of the network
505 * ignore_broadcast_ssid - Hide SSID in AP mode
507 * Send empty SSID in beacons and ignore probe request frames that do
508 * not specify full SSID, i.e., require stations to know SSID.
510 * 1 = send empty (length=0) SSID in beacon and ignore probe request
511 * for broadcast SSID
512 * 2 = clear SSID (ASCII 0), but keep the original length (this may be
513 * required with some clients that do not support empty SSID) and
514 * ignore probe requests for broadcast SSID