HomeSort by: relevance | last modified time | path
    Searched refs:associate (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
driver_i.h 62 if (wpa_s->driver->associate) {
66 return wpa_s->driver->associate(wpa_s->drv_priv, params);
wpa_priv.c 304 if (iface->drv_priv == NULL || iface->driver->associate == NULL)
339 res = iface->driver->associate(iface->drv_priv, &params);
340 wpa_printf(MSG_DEBUG, "drv->associate: res=%d", res);
  /src/external/bsd/wpa/dist/src/drivers/
driver_privsep.c 835 .associate = wpa_driver_privsep_associate,
driver.h 887 * addr - MAC address of the station to associate
973 * Data for struct wpa_driver_ops::associate().
979 * responsible for selecting with which BSS to associate. */
3184 * associate - Request driver to associate
3190 int (*associate)(void *priv, member in struct:wpa_driver_ops
3206 * associate(), add_pmkid() can be used to add new PMKSA cache entries
3225 * associate(), remove_pmkid() can be used to synchronize PMKSA caches
3243 * associate(), remove_pmkid() can be used to synchronize PMKSA caches
3498 * wpa_supplicant can act as the SME. If not implemented, associate()
    [all...]
driver_bsd.c 1761 .associate = wpa_driver_bsd_associate,
driver_ndis.c 1116 * Some NDIS drivers refuse to associate in open mode
1122 "workaround to allow driver to associate "
3220 wpa_driver_ndis_ops.associate = wpa_driver_ndis_associate;
driver_wext.c 1982 * to associate with something even if it does not understand
1983 * SIOCSIWMLME commands (or tries to associate automatically
2120 * Stop cfg80211 from trying to associate before we are done
2256 * @mode: 0 = infra/BSS (associate with an AP), 1 = adhoc/IBSS
2489 .associate = wpa_driver_wext_associate,
driver_nl80211.c 7251 wpa_printf(MSG_DEBUG, "nl80211: Associate (ifindex=%d)",
14013 .associate = wpa_driver_nl80211_associate,
  /src/lib/libc/time/
zic.c 280 static void associate(void);
1392 associate();
1865 ** Associate sets of rules with zones.
1880 associate(void) function
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc 1891 /* Match an ASSOCIATE statement. */
1899 if (gfc_match (" associate") != MATCH_YES)
1990 gfc_error ("Junk after ASSOCIATE statement at %C");
5043 procedure call. Associate variable targets have to be resolved for the
6248 /* Transfer the selector typespec to the associate name. */
6251 copy_ts_from_selector_to_associate (gfc_expr *associate, gfc_expr *selector)
6257 assoc_sym = associate->symtree->n.sym;
6479 an associate-name. The target will be set during resolution. */
6578 "use associate-name=>");
6704 an associate-name. The target will be set during resolution. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.cc 822 /* We can associate addition and subtraction together (even
906 /* Re-associate trees split by the above function. T1 and T2 are
907 either expressions to associate or null. Return the new
7065 /* If these are the same operation types, we can associate them
11084 the stripped operands, as fold_plusminus_mult_expr will re-associate.
11183 We associate floats only if the user has specified
11200 We associate floats only if the user has specified
11315 associate:
11316 /* In most languages, can't associate operations on floats through
11318 don't associate floats at all, unless the user has specifie
    [all...]
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 5256 \let\lastnode=\empty % no node to associate with
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 5256 \let\lastnode=\empty % no node to associate with
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 5203 \let\lastnode=\empty % no node to associate with
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 5205 \let\lastnode=\empty % no node to associate with
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 6094 \let\lastnode=\empty % no node to associate with
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 6094 \let\lastnode=\empty % no node to associate with

Completed in 122 milliseconds