Lines Matching refs:bssid
2116 * @bssid: bssid to scan for
2127 u8 bssid[ETH_ALEN];
2164 * @bssid: BSSID to scan for (most commonly, the wildcard BSSID)
2183 u8 bssid[ETH_ALEN] __aligned(2);
2215 * @bssid: BSSID to be matched; may be all-zero BSSID in case of SSID match
2228 u8 bssid[ETH_ALEN];
2413 * @bssid: BSSID of the BSS
2457 u8 bssid[ETH_ALEN];
2598 * @bssid: the BSSID of the BSS to deauthenticate from
2606 const u8 *bssid;
2642 * @bssid: Fixed BSSID requested, maybe be %NULL, if set do not
2672 const u8 *bssid;
2716 * @bssid: The AP BSSID or %NULL if not specified (auto-select based on scan
2719 * %NULL if not specified. Unlike the @bssid parameter, the driver is
2772 const u8 *bssid;
2860 * @bssid: The AP's BSSID (may be %NULL).
2885 const u8 *bssid;
3285 * @bssid: BSSID of the peer with which the authentication has
3300 u8 bssid[ETH_ALEN] __aligned(2);
5186 * @bssid: (private) Used by the internal configuration code
5197 * @wext.bssid: (private) selected network BSSID
5305 u8 bssid[ETH_ALEN];
6121 * @bssid: transmitter BSSID
6126 static inline void cfg80211_gen_new_bssid(const u8 *bssid, u8 max_bssid,
6129 u64 bssid_u64 = ether_addr_to_u64(bssid);
6181 * @bssid: the BSSID of the BSS
6199 const u8 *bssid, u64 tsf, u16 capability,
6208 const u8 *bssid, u64 tsf, u16 capability,
6218 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf,
6227 const u8 *bssid, u64 tsf, u16 capability,
6237 return cfg80211_inform_bss_data(wiphy, &data, ftype, bssid, tsf,
6246 * @bssid: the desired BSSID (or %NULL)
6254 const u8 *bssid,
6456 * @bssid: the BSSID of the IBSS joined
6467 void cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid,
6831 * @bssid: The BSSID of the AP (may be %NULL)
6837 * Only one parameter among @bssid and @bss needs to be specified.
6852 const u8 *bssid;
6884 * @bssid: the BSSID of the AP
6890 * Only one parameter among @bssid and @bss needs to be specified.
6919 cfg80211_connect_bss(struct net_device *dev, const u8 *bssid,
6929 params.bssid = bssid;
6944 * @bssid: the BSSID of the AP
6961 cfg80211_connect_result(struct net_device *dev, const u8 *bssid,
6966 cfg80211_connect_bss(dev, bssid, NULL, req_ie, req_ie_len, resp_ie,
6975 * @bssid: the BSSID of the AP
6990 cfg80211_connect_timeout(struct net_device *dev, const u8 *bssid,
6994 cfg80211_connect_bss(dev, bssid, NULL, req_ie, req_ie_len, NULL, 0, -1,
7002 * @bss: entry of bss to which STA got roamed (may be %NULL if %bssid is set)
7003 * @bssid: the BSSID of the new AP (may be %NULL if %bss is set)
7013 const u8 *bssid;
7046 * @bssid: the BSSID of the AP
7056 void cfg80211_port_authorized(struct net_device *dev, const u8 *bssid,
7379 * @bssid: BSSID of AP (to avoid races)
7383 void cfg80211_gtk_rekey_notify(struct net_device *dev, const u8 *bssid,
7390 * @bssid: BSSID of AP
7395 const u8 *bssid, bool preauth, gfp_t gfp);