HomeSort by: relevance | last modified time | path
    Searched defs:authorized (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/drivers/
driver_bsd.c 1068 int authorized = -1; local
1070 /* For now, only support setting Authorized flag */
1072 authorized = 1;
1074 authorized = 0;
1076 if (authorized < 0)
1079 return bsd_send_mlme_param(priv, authorized ?
driver.h 3972 * @authorized: Whether the port is authorized
3975 int (*set_supp_port)(void *priv, int authorized);
5737 * EVENT_PORT_AUTHORIZED - Notification that a connection is authorized
6016 * @authorized
6026 * authorized - Status of key management offload,
6029 int authorized; member in struct:wpa_event_data::assoc_info
6817 * This event is used to indicate that the port is authorized and

Completed in 28 milliseconds