Lines Matching defs:bssid
1164 * struct cfg80211_mbssid_config - AP settings for multi bssid
1167 * @index: index of this AP in the multi bssid group.
1361 * @mbssid_config: AP settings for multiple bssid
2464 * @bssid: bssid to scan for
2476 u8 bssid[ETH_ALEN];
2514 * @bssid: BSSID to scan for (most commonly, the wildcard BSSID)
2533 u8 bssid[ETH_ALEN] __aligned(2);
2565 * @bssid: BSSID to be matched; may be all-zero BSSID in case of SSID match
2578 u8 bssid[ETH_ALEN];
2766 * @bssid: BSSID of the BSS
2810 u8 bssid[ETH_ALEN];
2994 * @bssid: the BSSID or AP MLD address to deauthenticate from
3002 const u8 *bssid;
3038 * @bssid: Fixed BSSID requested, maybe be %NULL, if set do not
3068 const u8 *bssid;
3112 * @bssid: The AP BSSID or %NULL if not specified (auto-select based on scan
3115 * %NULL if not specified. Unlike the @bssid parameter, the driver is
3168 const u8 *bssid;
3256 * @bssid: The AP's BSSID (may be %NULL).
3281 const u8 *bssid;
3685 * @bssid: BSSID of the peer with which the authentication has
3711 u8 bssid[ETH_ALEN] __aligned(2);
5921 * @bssid: (private) Used by the internal configuration code
5928 * @wext.bssid: (private) selected network BSSID
6030 u8 bssid[ETH_ALEN];
6981 * @bssid: transmitter BSSID
6986 static inline void cfg80211_gen_new_bssid(const u8 *bssid, u8 max_bssid,
6989 u64 bssid_u64 = ether_addr_to_u64(bssid);
7052 * @bssid: the BSSID of the BSS
7070 const u8 *bssid, u64 tsf, u16 capability,
7079 const u8 *bssid, u64 tsf, u16 capability,
7089 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf,
7098 const u8 *bssid, u64 tsf, u16 capability,
7108 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf,
7117 * @bssid: the desired BSSID (or %NULL)
7125 const u8 *bssid,
7354 * @bssid: the BSSID of the IBSS joined
7365 void cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid,
7760 * @links.bssid: For MLO connection, MAC address of the AP link. For non-MLO
7761 * connection, links[0].bssid points to the BSSID of the AP (may be %NULL).
7768 * implementing connect op. Only one parameter among @bssid and @bss needs
7787 const u8 *bssid;
7815 * @bssid: the BSSID of the AP
7821 * Only one parameter among @bssid and @bss needs to be specified.
7850 cfg80211_connect_bss(struct net_device *dev, const u8 *bssid,
7860 params.links[0].bssid = bssid;
7875 * @bssid: the BSSID of the AP
7892 cfg80211_connect_result(struct net_device *dev, const u8 *bssid,
7897 cfg80211_connect_bss(dev, bssid, NULL, req_ie, req_ie_len, resp_ie,
7906 * @bssid: the BSSID of the AP
7921 cfg80211_connect_timeout(struct net_device *dev, const u8 *bssid,
7925 cfg80211_connect_bss(dev, bssid, NULL, req_ie, req_ie_len, NULL, 0, -1,
7943 * @links.bssid: For MLO roaming, MAC address of the new AP link. For non-MLO
7944 * roaming, links[0].bssid points to the BSSID of the new AP. May be
7949 * which STA got roamed (may be %NULL if %links.bssid is set)
7962 const u8 *bssid;
7993 * @bssid: the BSSID of the AP
8005 void cfg80211_port_authorized(struct net_device *dev, const u8 *bssid,
8459 * @bssid: BSSID of AP (to avoid races)
8463 void cfg80211_gtk_rekey_notify(struct net_device *dev, const u8 *bssid,
8470 * @bssid: BSSID of AP
8475 const u8 *bssid, bool preauth, gfp_t gfp);