Home | History | Annotate | Download | only in drivers

Lines Matching refs:bssid

142  * @bssid: BSSID
166 u8 bssid[ETH_ALEN];
310 const u8 *bssid;
344 * bssid - BSSID of the selected AP
347 const u8 *bssid;
523 * prev_bssid - Previously used BSSID in this ESS
553 * fixed_bssid - Whether to force this BSSID in IBSS mode
554 * 1 = Fix this BSSID and prevent merges.
555 * 0 = Do not fix BSSID.
1001 const u8 *bssid;
1098 * get_bssid - Get the current BSSID
1100 * @bssid: buffer for BSSID (ETH_ALEN = 6 bytes)
1104 * Query kernel driver for the current BSSID and copy it to bssid.
1105 * Setting bssid to 00:00:00:00:00:00 is recommended if the STA is not
1108 int (*get_bssid)(void *priv, u8 *bssid);
1135 * @addr: Address of the peer STA (BSSID of the current AP when setting
1242 * @addr: peer address (BSSID of the AP)
1263 * @bssid: BSSID for the PMKSA cache entry
1277 int (*add_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid);
1282 * @bssid: BSSID for the PMKSA cache entry
1297 int (*remove_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid);
1711 * @own_addr: Source address and BSSID for the Deauthentication frame
1725 * @own_addr: Source address and BSSID for the Disassociation frame
2011 * @bssid: BSSID (Address 3)
2031 const u8 *dst, const u8 *src, const u8 *bssid,
2437 * @bssid: Group BSSID or %NULL if not known
2445 const u8 *bssid, const u8 *ssid, size_t ssid_len,
2539 * @own_addr: Source address and BSSID for association frame
2556 * @own_addr: Source address and BSSID for authentication frame
2673 * wpa_driver_ops::get_bssid() is expected to provide the current BSSID
2754 * wpa_event_data::pmkid_candidate is used to report the BSSID of the
3289 /** BSSID of the PMKID candidate */
3290 u8 bssid[ETH_ALEN];
3366 u8 bssid[ETH_ALEN];
3379 * bssid - BSSID of the AP that rejected association
3381 const u8 *bssid;
3436 const u8 *bssid;
3466 * bssid - Address 3 of the received Action frame
3468 const u8 *bssid;
3552 * bssid - BSSID of the received Probe Request frame or %NULL
3555 const u8 *bssid;
3699 const u8 *bssid;