Go to the source code of this file.
|
enum | SP_ST_t {
SP_ST_STA_FINISH = 0,
SP_ST_AP_FINISH = 0,
SP_ST_AP_RECV_NEG,
SP_ST_STA_AP_REFUSE_NEG,
SP_ST_WAIT_TIMEOUT,
SP_ST_SEND_ERROR,
SP_ST_KEY_INSTALL_ERR,
SP_ST_KEY_OVERLAP_ERR,
SP_ST_OP_ERROR,
SP_ST_UNKNOWN_ERROR,
SP_ST_MAX
} |
|
◆ simple_pair_status_cb_t
typedef void(* simple_pair_status_cb_t) (u8 *sa, u8 status) |
◆ SP_ST_t
Enumerator |
---|
SP_ST_STA_FINISH | |
SP_ST_AP_FINISH | |
SP_ST_AP_RECV_NEG | |
SP_ST_STA_AP_REFUSE_NEG | |
SP_ST_WAIT_TIMEOUT | |
SP_ST_SEND_ERROR | |
SP_ST_KEY_INSTALL_ERR | |
SP_ST_KEY_OVERLAP_ERR | |
SP_ST_OP_ERROR | |
SP_ST_UNKNOWN_ERROR | |
SP_ST_MAX | |
Definition at line 28 of file simple_pair.h.
◆ register_simple_pair_status_cb()
◆ simple_pair_ap_enter_announce_mode()
int simple_pair_ap_enter_announce_mode |
( |
void |
| ) |
|
◆ simple_pair_ap_refuse_negotiate()
int simple_pair_ap_refuse_negotiate |
( |
void |
| ) |
|
◆ simple_pair_ap_start_negotiate()
int simple_pair_ap_start_negotiate |
( |
void |
| ) |
|
◆ simple_pair_deinit()
void simple_pair_deinit |
( |
void |
| ) |
|
◆ simple_pair_get_peer_ref()
int simple_pair_get_peer_ref |
( |
u8 * |
peer_mac, |
|
|
u8 * |
tmp_key, |
|
|
u8 * |
ex_key |
|
) |
| |
◆ simple_pair_init()
int simple_pair_init |
( |
void |
| ) |
|
◆ simple_pair_set_peer_ref()
int simple_pair_set_peer_ref |
( |
u8 * |
peer_mac, |
|
|
u8 * |
tmp_key, |
|
|
u8 * |
ex_key |
|
) |
| |
◆ simple_pair_sta_enter_scan_mode()
int simple_pair_sta_enter_scan_mode |
( |
void |
| ) |
|
◆ simple_pair_sta_start_negotiate()
int simple_pair_sta_start_negotiate |
( |
void |
| ) |
|
◆ simple_pair_state_reset()
int simple_pair_state_reset |
( |
void |
| ) |
|
◆ unregister_simple_pair_status_cb()
void unregister_simple_pair_status_cb |
( |
void |
| ) |
|