Home | History | Annotate | Download | only in drivers

Lines Matching defs:ssid

37  * @ssid: SSID
38 * @ssid_len: length of the ssid
66 u8 ssid[32];
102 * include SSID in IE format. All drivers are encouraged to be extended to
157 * ssid - The selected SSID
159 const u8 *ssid;
248 * and SSID as the current AP.
401 * get_ssid - Get the current SSID
403 * @ssid: buffer for SSID (at least 32 bytes)
405 * Returns: Length of the SSID on success, -1 on failure
407 * Query kernel driver for the current SSID and copy it to ssid.
410 * Note: SSID is an array of octets, i.e., it is not nul terminated and
415 int (*get_ssid)(void *priv, u8 *ssid);
562 * @ssid: specific SSID to scan for (ProbeReq) or %NULL to scan for
563 * all SSIDs (either active scan with broadcast SSID or passive
565 * @ssid_len: length of the SSID
573 int (*scan)(void *priv, const u8 *ssid, size_t ssid_len);
578 * @ssid_ptr: specific SSID to scan for (ProbeReq) or %NULL to scan for
579 * all SSIDs (either active scan with broadcast SSID or passive
581 * @ssid_conf: SSID list from configuration
855 * set_ssid - Set SSID
857 * @ssid: SSID
858 * @ssid_len: SSID length
864 int (*set_ssid)(void *priv, const u8 *ssid, size_t ssid_len);