Lines Matching refs:addr

761 	 * addr - MAC address of the station to associate
763 const u8 *addr;
1635 /** Driver supports mgmt_tx with random TX addr in connected state */
1818 const u8 *addr;
1848 u8 addr[ETH_ALEN];
2273 * @addr: Address of the peer STA (BSSID of the current AP when setting
2298 * addr can be used to determine whether the key is default or
2315 const u8 *addr, int key_idx, int set_tx,
2380 * @addr: peer address (BSSID of the AP)
2386 int (*deauthenticate)(void *priv, const u8 *addr, u16 reason_code);
2553 * @addr: Address of the station for which to set protection (may be
2566 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type,
2800 * @addr: MAC address of the station or %NULL for group keys
2808 * unicast keys (i.e., addr != %NULL).
2810 int (*get_seqnum)(const char *ifname, void *priv, const u8 *addr,
2844 * @addr: MAC address of the station
2848 const u8 *addr);
2853 * @addr: Destination MAC address
2862 int (*hapd_send_eapol)(void *priv, const u8 *addr, const u8 *data,
2870 * @addr: MAC address of the station to deauthenticate
2877 int (*sta_deauth)(void *priv, const u8 *own_addr, const u8 *addr,
2884 * @addr: MAC address of the station to disassociate
2891 int (*sta_disassoc)(void *priv, const u8 *own_addr, const u8 *addr,
2897 * @addr: MAC address of the station to be removed
2900 int (*sta_remove)(void *priv, const u8 *addr);
2959 * @addr: Station address
2962 int (*get_inact_sec)(void *priv, const u8 *addr);
2967 * @addr: Station address
2970 int (*sta_clear_stats)(void *priv, const u8 *addr);
2999 * @addr: Station address
3005 int (*sta_set_flags)(void *priv, const u8 *addr,
3012 * @addr: Station address
3016 int (*sta_set_airtime_weight)(void *priv, const u8 *addr,
3036 * @addr: Local address to use for the interface or %NULL to use the
3044 * (this may differ from the requested addr if the driver cannot
3052 const char *ifname, const u8 *addr, void *bss_ctx,
3070 * @addr: MAC address of the associated station
3080 int (*set_sta_vlan)(void *priv, const u8 *addr, const char *ifname,
3170 * @addr: MAC address of the associated station
3179 int (*set_wds_sta)(void *priv, const u8 *addr, int aid, int val,
3462 * @addr: Corresponding MAC address
3466 int prefixlen, const u8 *addr);
3588 * @addr: MAC address of the station to associate
3598 int (*sta_assoc)(void *priv, const u8 *own_addr, const u8 *addr,
3614 * @addr: MAC address of the station to associate
3622 int (*add_tspec)(void *priv, const u8 *addr, u8 *tspec_ie,
3628 * @addr: MAC address of the station to add
3635 int (*add_sta_node)(void *priv, const u8 *addr, u16 auth_alg);
3668 * @addr: MAC address of the station to probe
3676 const u8 *addr, int qos);
3706 * @addr: Receiver address
3712 int (*add_tx_ts)(void *priv, u8 tsid, const u8 *addr, u8 user_prio,
3719 * @addr: Receiver address
3722 int (*del_tx_ts)(void *priv, u8 tsid, const u8 *addr);
3727 * @addr: MAC address of the TDLS peer
3737 void *priv, const u8 *addr, u8 oper_class,
3743 * @addr: MAC address of the TDLS peer
3749 int (*tdls_disable_channel_switch)(void *priv, const u8 *addr);
3834 * @addr: MAC address to use or %NULL for setting back to permanent
3837 int (*set_mac_addr)(void *priv, const u8 *addr);
4060 * @addr: Peer MAC address
4065 int (*probe_mesh_link)(void *priv, const u8 *addr, const u8 *eth,
4257 * @val: 0 - disable 4addr mode, 1 - enable 4addr mode
4960 * addr - Station address (for AP mode)
4962 const u8 *addr;
5056 * addr - Station address (for AP mode)
5058 const u8 *addr;
5087 * addr - Station address (for AP mode)
5089 const u8 *addr;
5161 u8 addr[ETH_ALEN];
5266 u8 addr[ETH_ALEN];
5286 const u8 *addr;
5405 const u8 *addr;
5450 * @addr: station address
5455 u8 addr[ETH_ALEN];
5476 * @addr: station address
5479 u8 addr[ETH_ALEN];
5519 * @addr: Remote client address
5523 u8 addr[ETH_ALEN];
5634 * @addr: The station MAC address
5642 const u8 *addr;
5701 static inline void drv_event_assoc(void *ctx, const u8 *addr, const u8 *ie,
5709 event.assoc_info.addr = addr;
5713 static inline void drv_event_disassoc(void *ctx, const u8 *addr)
5717 event.disassoc_info.addr = addr;