Home | History | Annotate | Download | only in drivers

Lines Matching full:ssid

229  * include SSID in IE format. All drivers are encouraged to be extended to
296 * ssid - specific SSID to scan for (ProbeReq)
297 * %NULL or zero-length SSID is used to indicate active scan
298 * with wildcard SSID.
300 const u8 *ssid;
302 * ssid_len: Length of the SSID in octets
345 u8 ssid[SSID_MAX_LEN];
424 const u8 *ssid;
553 * ssid - The selected SSID
555 const u8 *ssid;
558 * ssid_len - Length of the SSID (1..32)
685 * and SSID as the current AP.
902 * ssid - The SSID to use in Beacon/Probe Response frames
904 const u8 *ssid;
907 * ssid_len - Length of the SSID (1..32)
912 * hide_ssid - Whether to hide the SSID
1416 /** Interface name (for multi-SSID/VLAN support) */
1635 * get_ssid - Get the current SSID
1637 * @ssid: buffer for SSID (at least 32 bytes)
1639 * Returns: Length of the SSID on success, -1 on failure
1641 * Query kernel driver for the current SSID and copy it to ssid.
1644 * Note: SSID is an array of octets, i.e., it is not nul terminated and
1649 int (*get_ssid)(void *priv, u8 *ssid);
1653 * @ifname: Interface name (for multi-SSID/VLAN support)
2254 * hapd_get_ssid - Get the current SSID (AP only)
2256 * @buf: Buffer for returning the SSID
2258 * Returns: Length of the SSID on success, -1 on failure
2266 * hapd_set_ssid - Set SSID (AP only)
2268 * @buf: SSID
2269 * @len: Length of the SSID in octets
4328 * @ssids: Scanned SSIDs (%NULL or zero-length SSID indicates wildcard
4329 * SSID)