Home | History | Annotate | Download | only in drivers

Lines Matching full:bssid

216  * @bssid: BSSID
248 u8 bssid[ETH_ALEN];
443 * bssid - Specific BSSID to scan for
446 * BSSID with a specific BSSID to scan for if results are needed from
449 const u8 *bssid;
464 const u8 *bssid;
578 * bssid - BSSID of the selected AP
581 const u8 *bssid;
584 * bssid_hint - BSSID of a proposed AP
588 * selection. Unlike the @bssid parameter, @bssid_hint does not limit
780 * prev_bssid - Previously used BSSID in this ESS
810 * fixed_bssid - Whether to force this BSSID in IBSS mode
811 * 1 = Fix this BSSID and prevent merges.
812 * 0 = Do not fix BSSID.
1495 const u8 *bssid;
1715 * get_bssid - Get the current BSSID
1717 * @bssid: buffer for BSSID (ETH_ALEN = 6 bytes)
1721 * Query kernel driver for the current BSSID and copy it to bssid.
1722 * Setting bssid to 00:00:00:00:00:00 is recommended if the STA is not
1725 int (*get_bssid)(void *priv, u8 *bssid);
1754 * @addr: Address of the peer STA (BSSID of the current AP when setting
1861 * @addr: peer address (BSSID of the AP)
1882 * @bssid: BSSID for the PMKSA cache entry
1896 int (*add_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid);
1901 * @bssid: BSSID for the PMKSA cache entry
1916 int (*remove_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid);
2325 * @own_addr: Source address and BSSID for the Deauthentication frame
2339 * @own_addr: Source address and BSSID for the Disassociation frame
2635 * @bssid: BSSID (Address 3)
2655 bssid,
3022 * @own_addr: Source address and BSSID for association frame
3039 * @own_addr: Source address and BSSID for authentication frame
3249 * @bssid: Forced BSSID if roaming is disabled or %NULL if not set
3253 * associate() command (bssid being set there indicates that the driver
3259 int (*roaming)(void *priv, int allowed, const u8 *bssid);
3552 * wpa_driver_ops::get_bssid() is expected to provide the current BSSID
3633 * wpa_event_data::pmkid_candidate is used to report the BSSID of the
4292 /** BSSID of the PMKID candidate */
4293 u8 bssid[ETH_ALEN];
4370 u8 bssid[ETH_ALEN];
4383 * bssid - BSSID of the AP that rejected association
4385 const u8 *bssid;
4431 const u8 *bssid;
4519 * bssid - BSSID of the received Probe Request frame or %NULL
4522 const u8 *bssid;
4606 const u8 *bssid;