HomeSort by relevance Sort by last modified time
    Searched refs:create_receive_sc (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/pae/
ieee802_1x_secy_ops.c 219 if (!ops || !ops->create_receive_sc) {
221 "KaY: secy create_receive_sc operation not supported");
225 return ops->create_receive_sc(ops->ctx, rxsc->channel, &rxsc->sci,
ieee802_1x_kay.h 72 int (*create_receive_sc)(void *ctx, u32 channel, member in struct:ieee802_1x_kay_ctx
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_kay.c 214 kay_ctx->create_receive_sc = wpas_create_receive_sc;
driver_i.h 789 if (!wpa_s->driver->create_receive_sc)
791 return wpa_s->driver->create_receive_sc(wpa_s->drv_priv, channel,
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 880 .create_receive_sc = macsec_qca_create_receive_sc,
driver.h 3254 int (*create_receive_sc)(void *priv, u32 channel, const u8 *sci_addr, member in struct:wpa_driver_ops
    [all...]

Completed in 41 milliseconds