[][src]Function esp_idf_bindgen::esp_wifi_set_promiscuous_ctrl_filter

pub unsafe extern "C" fn esp_wifi_set_promiscuous_ctrl_filter(
    filter: *const wifi_promiscuous_filter_t
) -> esp_err_t

@brief Enable subtype filter of the control packet in promiscuous mode.

@note The default filter is to filter none control packet.

@param filter the subtype of the control packet filtered in promiscuous mode.

@return