Searched defs:aid (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa3.c | 489 uint16_t aid = 0; in wpa3_process_rx_commit() local 533 uint16_t aid = 0; in wpa3_process_rx_confirm() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | transport.c | 43 #define UNSEG_HDR(akf, aid) ((akf << 6) | (aid & AID_MASK)) argument 44 #define SEG_HDR(akf, aid) (UNSEG_HDR(akf, aid) | 0x80) argument 602 uint8_t aid = 0U; in bt_mesh_trans_send() local 1973 const uint8_t **key, uint8_t *aid, uint8_t role, uint16_t dst)
|
D | net.h | 312 aid: 6; member
|
D | friend.c | 374 uint8_t aid; member
|
/hal_espressif-latest/zephyr/port/wifi/ |
D | wifi_stubs.c | 661 esp_err_t esp_wifi_internal_get_negotiated_channel(wifi_interface_t ifx, uint8_t aid, in esp_wifi_internal_get_negotiated_channel() 671 esp_err_t esp_wifi_internal_get_negotiated_bandwidth(wifi_interface_t ifx, uint8_t aid, uint8_t *bw) in esp_wifi_internal_get_negotiated_bandwidth() 855 esp_err_t esp_wifi_deauth_sta(uint16_t aid) in esp_wifi_deauth_sta() 1045 esp_err_t esp_wifi_ap_get_sta_aid(const uint8_t mac[6], uint16_t *aid) in esp_wifi_ap_get_sta_aid() 1256 esp_err_t esp_wifi_sta_get_aid(uint16_t *aid) in esp_wifi_sta_get_aid()
|
/hal_espressif-latest/components/bt/common/btc/include/btc/ |
D | btc_task.h | 20 uint8_t aid; //application id member
|
/hal_espressif-latest/components/esp_wifi/include/esp_private/ |
D | esp_wifi_he_types_private.h | 110 uint16_t aid; member 124 uint16_t aid; member 140 uint16_t aid; member
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_types.h | 944 uint16_t aid; /**< authentication id assigned by the connected AP */ member 991 uint8_t aid; /**< the aid that soft-AP gives to the station connected to */ member 998 uint8_t aid; /**< the aid that soft-AP gave to the station disconnects to */ member
|