Api_network_mac_filter
Functions |
|
| gos_result_t | gos_softap_mac_filter_add ( gos_mac_t *mac) |
|
Add a MAC address to the MAC filter.
More...
|
|
| gos_result_t | gos_softap_mac_filter_remove ( gos_mac_t *mac) |
|
Remove a MAC address from the MAC filter.
More...
|
|
| gos_result_t | gos_softap_mac_filter_clear (void) |
|
Clear all addresses from MAC filter and disable filter.
More...
|
|
Detailed Description
Function Documentation
◆ gos_softap_mac_filter_add()
| gos_result_t gos_softap_mac_filter_add | ( | gos_mac_t * |
mac
|
) |
Add a MAC address to the MAC filter.
- Parameters
-
[in] macMAC address to add to filter
- Returns
- result of api call, see gos_result_t
◆ gos_softap_mac_filter_clear()
| gos_result_t gos_softap_mac_filter_clear | ( | void |
|
) |
Clear all addresses from MAC filter and disable filter.
- Returns
- result of api call, see gos_result_t
◆ gos_softap_mac_filter_remove()
| gos_result_t gos_softap_mac_filter_remove | ( | gos_mac_t * |
mac
|
) |
Remove a MAC address from the MAC filter.
- Parameters
-
[in] macMAC address to remove from filter
- Returns
- result of api call, see gos_result_t