Functions in
wifi_service.h
Functions that are available for the
Wi-Fi
service.
wifi_aggregator_deregister()
Deregister the application as an aggregator application.
wifi_aggregator_enable_profile()
Modify the enable status of a Wi-Fi aggregator profile.
wifi_aggregator_get_profile_ap_handover()
Query the the access point (AP) handover attribute of the Wi-Fi aggregator profile.
wifi_aggregator_get_profile_band_select()
Query the band select attribute of the Wi-Fi aggregator profile.
wifi_aggregator_get_profile_enable_status()
Query the enable status attribute of the Wi-Fi aggregator profile.
wifi_aggregator_get_profile_priority()
Queries the Wi-Fi aggregator priority attribute.
wifi_aggregator_get_profile_security_type()
Query the security type attribute of the Wi-Fi aggregator profile.
wifi_aggregator_get_profile_ssid()
Query the Service Set Identifier (SSID) of the Wi-Fi aggregator profile.
wifi_aggregator_get_profile_user_deletable()
Query the user deletable attribute of the Wi-Fi aggregator profile.
wifi_aggregator_login_complete()
Report completion of hotspot/network login process.
wifi_aggregator_network_match()
Report that a network is found for connection from the last scan results.
wifi_aggregator_register()
Register the application as a hotspot aggregator.
wifi_aggregator_set_profile_ap_handover()
Configure the access point (AP) handover attribute of a Wi-Fi aggregator profile.
wifi_aggregator_set_profile_band_select()
Configure the band-select attribute of a Wi-Fi aggregator profile.
wifi_aggregator_set_profile_security_psk_passphrase()
Configure the pre-shared key (PSK) passphrase of a Wi-Fi aggregator profile.
wifi_aggregator_set_profile_security_type()
Configure the security type of a Wi-Fi aggregator profile.
wifi_aggregator_set_profile_security_user_name_password()
Configure the username and password of a Wi-Fi aggregator profile.
wifi_aggregator_set_profile_security_wep_key()
Configure the Wired Equivalent Privacy (WEP) key attribute of the Wi-Fi aggregator profile.
wifi_aggregator_set_profile_security_wep_key_str()
Configure the Wired Equivalent Privacy (WEP) key attribute of the Wi-Fi aggregator profile.
wifi_aggregator_set_profile_ssid()
Configure the Service Set Identifier (SSID) of a Wi-Fi aggregator profile.
wifi_aggregator_set_profile_user_deletable()
Configure the user-deletable attribute of a Wi-Fi aggregator profile.
wifi_free_scan_results()
Free the Wi-Fi scan results.
wifi_free_user_profiles()
Free the Wi-Fi user profile list.
wifi_get_scan_result_bssid()
Get the Basic Service Set Identifier (BSSID) for a Wi-Fi scan result entry.
wifi_get_scan_result_flags()
Get the security and capabilities flags for a Wi-Fi scan result entry.
wifi_get_scan_result_freq()
Get the frequency of a Wi-Fi scan result entry.
wifi_get_scan_result_signal_level()
Get the received signal strength indicator (RSSI) for a Wi-Fi scan result entry.
wifi_get_scan_result_ssid()
Get the Service Set Identifier (SSID) for a Wi-Fi scan result entry.
wifi_get_scan_results()
Get the Wi-Fi scan results.
wifi_get_status()
Retrieve the current Wi-Fi status.
wifi_get_user_profile_enable()
Get the enable status of a user profile entry.
wifi_get_user_profile_security()
Get the security type for a user profile entry.
wifi_get_user_profile_ssid()
Get the Service Set Identifier (SSID) for a user profile entry.
wifi_get_user_profiles()
Get the current user-saved Wi-Fi profile list.
wifi_service_event_get_aggregator_profile_enable_state()
Get the details of a Wi-Fi aggregator profile change event.
wifi_service_event_get_station_connection_state()
Get the details of a Wi-Fi station connection event.
wifi_service_free_event()
Free the Wi-Fi service event.
wifi_service_get_event_type()
Get the event type for a Wi-Fi service event.
wifi_service_get_fd()
Retrieve the file descriptor for Wi-Fi service events.
wifi_service_initialize()
Initialize the Wi-Fi service system and start receiving Wi-Fi events.
wifi_service_read_event()
Read a Wi-Fi service event.
wifi_service_shutdown()
Shutdown the Wi-Fi service and stop receiving Wi-Fi events.
wifi_set_sta_power()
Turn the Wi-Fi radio power on while the device is in client STA operational mode.
wifi_station_connection_get_bssid()
Get the Wi-Fi station connected Basic Service Set Identifier (BSSID)
wifi_station_connection_get_channel()
Get the Wi-Fi station connected channel.
wifi_station_connection_get_disconnect_reason()
Get the Wi-Fi station disconnect reason.
wifi_station_connection_get_ssid()
Get the Wi-Fi station connected Service Set Identifier (SSID)
wifi_station_connection_get_state()
Get the current Wi-Fi station connection state.
Parent topic:
Wi-Fi Service Library