Searched refs:associate (Results 1 - 14 of 14) sorted by relevance

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt48 userspace->mac80211: associate
/linux-master/net/ieee802154/
H A Drdev-ops.h274 if (!rdev->ops->associate)
278 ret = rdev->ops->associate(&rdev->wpan_phy, wpan_dev, coord);
/linux-master/ipc/
H A Dutil.h107 int (*associate)(struct kern_ipc_perm *, int); member in struct:ipc_ops
H A Dutil.c375 err = ops->associate(ipcp, params->flg);
H A Dmsg.c303 .associate = security_msg_queue_associate,
H A Dsem.c607 .associate = security_sem_associate,
H A Dshm.c832 .associate = security_shm_associate,
/linux-master/include/net/
H A Dcfg802154.h81 int (*associate)(struct wpan_phy *wpan_phy, member in struct:cfg802154_ops
592 * @max: the maximum number of devices we accept to associate
/linux-master/net/mac802154/
H A Dcfg.c702 .associate = mac802154_associate,
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c85 static int associate; variable
2374 struct ipw_associate *associate)
2376 if (!priv || !associate) {
2381 return ipw_send_cmd_pdu(priv, IPW_CMD_ASSOCIATE, sizeof(*associate),
2382 associate);
3922 IPW_DEBUG_HC("Attempt to send [dis]associate command "
4738 schedule_work(&priv->associate);
5665 * last 3 seconds, do not try and associate again... */
7366 IPW_DEBUG_HC("Attempt to send associate command failed.\n");
7388 IPW_DEBUG_HC("Attempt to send associate comman
2373 ipw_send_associate(struct ipw_priv *priv, struct ipw_associate *associate) argument
[all...]
H A Dipw2200.h1286 struct work_struct associate; member in struct:ipw_priv
H A Dipw2100.c179 static int associate = 0; variable
189 module_param(associate, int, 0444);
195 MODULE_PARM_DESC(associate, "auto associate when scanning (default off)");
6080 if (associate)
6641 /* If we are associated, trying to associate, or have a statically
6901 /* If we are associated, trying to associate, or have a statically
6972 /* If we are associated, trying to associate, or have a statically
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c379 struct host_cmd_ds_802_11_associate *assoc = &cmd->params.associate;
H A Dfw.h2329 struct host_cmd_ds_802_11_associate associate; member in union:host_cmd_ds_command::__anon1065

Completed in 299 milliseconds