Searched refs:wps_sm_ether_send (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps.c | 265 static inline int wps_sm_ether_send(struct wps_sm *sm, u16 proto, in wps_sm_ether_send() function 476 ret = wps_sm_ether_send(sm, ETH_P_EAPOL, buf, len); in wps_send_eap_identity_rsp() 515 ret = wps_sm_ether_send(sm, ETH_P_EAPOL, buf, len); in wps_send_frag_ack() 701 ret = wps_sm_ether_send(sm, ETH_P_EAPOL, buf, len); in wps_send_wps_mX_rsp() 731 wps_sm_ether_send(sm, ETH_P_EAPOL, buf, len); in wps_tx_start()
|