Home | History | Annotate | Download | only in drivers

Lines Matching full:bssid

195  * @bssid: BSSID
219 u8 bssid[ETH_ALEN];
386 const u8 *bssid;
420 * bssid - BSSID of the selected AP
423 const u8 *bssid;
426 * bssid_hint - BSSID of a proposed AP
430 * selection. Unlike the @bssid parameter, @bssid_hint does not limit
624 * prev_bssid - Previously used BSSID in this ESS
654 * fixed_bssid - Whether to force this BSSID in IBSS mode
655 * 1 = Fix this BSSID and prevent merges.
656 * 0 = Do not fix BSSID.
1169 const u8 *bssid;
1339 * get_bssid - Get the current BSSID
1341 * @bssid: buffer for BSSID (ETH_ALEN = 6 bytes)
1345 * Query kernel driver for the current BSSID and copy it to bssid.
1346 * Setting bssid to 00:00:00:00:00:00 is recommended if the STA is not
1349 int (*get_bssid)(void *priv, u8 *bssid);
1378 * @addr: Address of the peer STA (BSSID of the current AP when setting
1485 * @addr: peer address (BSSID of the AP)
1506 * @bssid: BSSID for the PMKSA cache entry
1520 int (*add_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid);
1525 * @bssid: BSSID for the PMKSA cache entry
1540 int (*remove_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid);
1972 * @own_addr: Source address and BSSID for the Deauthentication frame
1986 * @own_addr: Source address and BSSID for the Disassociation frame
2275 * @bssid: BSSID (Address 3)
2295 const u8 *dst, const u8 *src, const u8 *bssid,
2631 * @own_addr: Source address and BSSID for association frame
2648 * @own_addr: Source address and BSSID for authentication frame
3015 * wpa_driver_ops::get_bssid() is expected to provide the current BSSID
3096 * wpa_event_data::pmkid_candidate is used to report the BSSID of the
3687 /** BSSID of the PMKID candidate */
3688 u8 bssid[ETH_ALEN];
3764 u8 bssid[ETH_ALEN];
3777 * bssid - BSSID of the AP that rejected association
3779 const u8 *bssid;
3834 const u8 *bssid;
3928 * bssid - BSSID of the received Probe Request frame or %NULL
3931 const u8 *bssid;
4015 const u8 *bssid;