Home | History | Annotate | Download | only in linux

Lines Matching full:wlan

334  * enum ipa_wlan_event - Events for wlan client
336 * wlan client connect: New wlan client connected
337 * wlan client disconnect: wlan client disconnected
338 * wlan client power save: wlan client moved to power save
339 * wlan client normal: wlan client moved out of power save
342 * wlan ap connect: wlan AP(access point) is up
343 * wlan ap disconnect: wlan AP(access point) is down
344 * wlan sta connect: wlan STA(station) is up
345 * wlan sta disconnect: wlan STA(station) is down
346 * wlan client connect ex: new wlan client connected
347 * wlan scc switch: wlan interfaces in scc mode
348 * wlan mcc switch: wlan interfaces in mcc mode
349 * wlan wdi enable: wdi data path completed
350 * wlan wdi disable: wdi data path teardown
1385 * struct ipa_wlan_msg - To hold information about wlan client
1386 * @name: name of the wlan interface
1387 * @mac_addr: mac address of wlan client
1389 * wlan drivers need to pass name of wlan iface and mac address of
1390 * wlan client along with ipa_wlan_event, whenever a wlan client is
1400 * in wlan client header
1427 * struct ipa_wlan_msg_ex - To hold information about wlan client
1428 * @name: name of the wlan interface
1432 * wlan drivers need to pass name of wlan iface and mac address
1433 * of wlan client or station id along with ipa_wlan_event,
1434 * whenever a wlan client is connected/disconnected/moved to
1453 * CNE need to pass the gw info in wlan AP+STA mode.