Lines Matching full:ssid
37 * @ssid: SSID
38 * @ssid_len: length of the ssid
56 u8 ssid[32];
82 * ssid - The selected SSID
84 const u8 *ssid;
259 * get_ssid - Get the current SSID
261 * @ssid: buffer for SSID (at least 32 bytes)
263 * Returns: Length of the SSID on success, -1 on failure
265 * Query kernel driver for the current SSID and copy it to ssid.
268 * Note: SSID is an array of octets, i.e., it is not nul terminated and
273 int (*get_ssid)(void *priv, u8 *ssid);
420 * @ssid: specific SSID to scan for (ProbeReq) or %NULL to scan for
421 * all SSIDs (either active scan with broadcast SSID or passive
423 * @ssid_len: length of the SSID
431 int (*scan)(void *priv, const u8 *ssid, size_t ssid_len);
693 * set_ssid - Set SSID
695 * @ssid: SSID
696 * @ssid_len: SSID length
702 int (*set_ssid)(void *priv, const u8 *ssid, size_t ssid_len);