Home
last modified time | relevance | path

Searched refs:wifi_mgmt_api (Results 1 – 2 of 2) sorted by relevance

/modules/hostap/src/
A Dsupp_api.c1445 if (!wifi_mgmt_api || !wifi_mgmt_api->get_version) {
1458 if (!wifi_mgmt_api || !wifi_mgmt_api->scan) {
1471 if (!wifi_mgmt_api || !wifi_mgmt_api->get_stats) {
1483 if (!wifi_mgmt_api || !wifi_mgmt_api->reset_stats) {
1521 if (!wifi_mgmt_api || !wifi_mgmt_api->cfg_11k) {
1659 if (!wifi_mgmt_api || !wifi_mgmt_api->set_twt) {
1671 if (!wifi_mgmt_api || !wifi_mgmt_api->set_btwt) {
1699 if (!wifi_mgmt_api || !wifi_mgmt_api->reg_domain) {
1740 if (!wifi_mgmt_api || !wifi_mgmt_api->mode) {
1752 if (!wifi_mgmt_api || !wifi_mgmt_api->filter) {
[all …]
A Dhapd_api.c624 const struct wifi_mgmt_ops *const wifi_mgmt_api = get_wifi_mgmt_api(dev); in set_ap_config_params() local
626 if (wifi_mgmt_api == NULL || wifi_mgmt_api->ap_config_params == NULL) { in set_ap_config_params()
630 return wifi_mgmt_api->ap_config_params(dev, params); in set_ap_config_params()

Completed in 13 milliseconds