Searched refs:airoc_ap_if (Results 1 – 1 of 1) sorted by relevance
64 static whd_interface_t airoc_ap_if; variable640 if (whd_add_secondary_interface(data->whd_drv, NULL, &airoc_ap_if) != in airoc_mgmt_ap_enable()679 if (whd_wifi_init_ap(airoc_ap_if, &ssid, security, (const uint8_t *)params->psk, in airoc_mgmt_ap_enable()686 if (whd_wifi_start_ap(airoc_ap_if) != 0) { in airoc_mgmt_ap_enable()693 if (whd_management_set_event_handler(airoc_ap_if, ap_link_events, in airoc_mgmt_ap_enable()696 whd_wifi_stop_ap(airoc_ap_if); in airoc_mgmt_ap_enable()702 airoc_if = airoc_ap_if; in airoc_mgmt_ap_enable()741 if (whd_wifi_deregister_event_handler(airoc_ap_if, ap_event_handler_index)) { in airoc_mgmt_ap_disable()745 whd_ret = whd_wifi_stop_ap(airoc_ap_if); in airoc_mgmt_ap_disable()